Skip to content

Commit

Permalink
#0: Put shell strict mode in place (#14237)
Browse files Browse the repository at this point in the history
  • Loading branch information
afuller-TT authored Oct 26, 2024
1 parent 2ca85fe commit 82b97e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ jobs:
-e ARCH_NAME=${{ matrix.arch }}
-w ${{ github.workspace }}
run: |
set -eu # basic shell hygiene
# /tmp is a tmpfs; more efficient than persisted storage
mkdir -p /tmp/ccache
export CCACHE_TEMPDIR=/tmp/ccache
Expand Down

0 comments on commit 82b97e5

Please sign in to comment.