Skip to content

Commit

Permalink
rename cmake-makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
alaindargelas committed Oct 23, 2023
1 parent 92c723d commit 2f8b80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
run: |
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
# CMake build
make -f makefile.txt
make -f cmake-makefile
# By default actions/upload-artifact@v2 do not preserve file permissions
# tar directory to workaround this issue
# See https://github.com/actions/upload-artifact/issues/38
Expand Down

0 comments on commit 2f8b80b

Please sign in to comment.