Skip to content

Commit

Permalink
Attempt to fix build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jgressmann committed Jun 1, 2024
1 parent 33f98b9 commit 5320bcd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ jobs:
- name: Build
id: build
shell: cmd
# run: appveyor\windows.cmd
run: appveyor\windows.cmd

run: |
set
echo 1 >supercan-win.7z
echo 2 >supercan_inst.exe
# run: |
# set
# echo 1 >supercan-win.7z
# echo 2 >supercan_inst.exe

- name: Generate hashes
shell: bash
Expand Down

0 comments on commit 5320bcd

Please sign in to comment.