Skip to content

Commit

Permalink
Github actions: remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
jgressmann committed Sep 25, 2023
1 parent e640a34 commit 100f57b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ jobs:
- uses: actions/checkout@v4
- uses: microsoft/[email protected]
- name: Build
# run: appveyor\windows.cmd
shell: cmd
run: |
set
echo 1 >supercan-win.7z
echo 2 >supercan_inst.exe
run: appveyor\windows.cmd

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

- name: Generate hashes
shell: bash
Expand Down

0 comments on commit 100f57b

Please sign in to comment.