Skip to content

Commit

Permalink
actions: speed up install stage on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallegari committed Nov 5, 2023
1 parent 9f894e0 commit 76fff86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ jobs:
set MSYSTEM=MINGW32
#echo 'Silently installing QLC+...'
cd build
make install
make install/fast
cd ..
cp *.qm /c/qlcplus
Expand Down

0 comments on commit 76fff86

Please sign in to comment.