Skip to content

Commit

Permalink
Make the GCM.cache directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Oct 21, 2024
1 parent 68c0070 commit a769948
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -985,6 +985,8 @@ jobs:
run: |
cd ../boost-root
cd libs/crypt/module/
mkdir -p gcm.cache
chmod -R 777 gcm.cache
B2_ARGS=("-j" "$BUILD_JOBS" "toolset=${{matrix.toolset}}" "cxxstd=${{matrix.cxxstd}}" "link=static,shared")
if [ -n "${{matrix.build_variant}}" ]
then
Expand Down

0 comments on commit a769948

Please sign in to comment.