Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
qhy040404 committed May 7, 2023
1 parent 8684c17 commit beb3f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
if: startsWith(matrix.os, 'macos-')
shell: sh
run: |
g++-9 -o ConfigGenerator Unix-version/src/source.cpp
g++ -o ConfigGenerator Unix-version/src/source.cpp
mkdir out
cp "ConfigGenerator" "out/"
Expand Down

0 comments on commit beb3f14

Please sign in to comment.