Skip to content

Commit

Permalink
fix permission
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielNSD committed Oct 31, 2024
1 parent 3efd9c6 commit 5a7947b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ jobs:
export LDFLAGS="-L$ICU_ROOT/lib $LDFLAGS"
export CPPFLAGS="-I$ICU_ROOT/include $CPPFLAGS"
export PATH="$ICU_ROOT/bin:$PATH"
chmod +x post_build_mac.sh
fi
cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} --parallel 6
Expand Down

0 comments on commit 5a7947b

Please sign in to comment.