Skip to content

Commit

Permalink
Update CI-unixish-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Jul 4, 2024
1 parent 20a4e9c commit f7c0a3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI-unixish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:

permissions:
contents: read

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

jobs:
build_cmake:
Expand All @@ -32,7 +35,6 @@ jobs:
env:
# TODO: figure out why there are cache misses with PCH enabled
CCACHE_SLOPPINESS: pch_defines,time_macros
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

container:
image: ${{ matrix.image }}
Expand Down

0 comments on commit f7c0a3a

Please sign in to comment.