Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas committed Oct 31, 2024
1 parent fe80fbe commit 44cdd56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/hf_gen_meta_main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
##ENV
hf_gen_meta_main()
{
export TZ="UTC"
SYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"
TMPDIR="$(mktemp -d)" && export TMPDIR="${TMPDIR}" ; echo -e "\n[+] Using TEMP: ${TMPDIR}\n"
if [ -z "${HOST_TRIPLET+x}" ] || [ -z "${HOST_TRIPLET}" ]; then
Expand Down

0 comments on commit 44cdd56

Please sign in to comment.