Skip to content

Commit

Permalink
v0.9.72-alpha1-step-2
Browse files Browse the repository at this point in the history
  • Loading branch information
jacques-menu committed Dec 17, 2024
1 parent d268ff8 commit d68e615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# working-directory: build
# cd build; cmake --build .
# cd build ; cmake . ; ls D:/a/musicformats/musicformats/build ; make
cd build ; uname -a ; cmake --help ; cmake -S . -B . . ; ls . ; make ; ls .
cd build ; uname -a ; cmake -G "Unix Makefiles" ; cmake -S . -B . . ; ls . ; make ; ls .


- name: Upload libraries and executables for Windows
Expand Down

0 comments on commit d68e615

Please sign in to comment.