Skip to content

Commit

Permalink
mac and windows fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Nov 4, 2024
1 parent 0caaa73 commit c232357
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd_rawrrassembly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: List result
run: dir
- name: Execute on test file
run: rawrr-windows-x64.exe .\inst\extdata\sample.raw index
run: .\rawrr-windows-x64.exe .\inst\extdata\sample.raw index
verify-macos:
name: Verify on MacOS
runs-on: macos-latest
Expand All @@ -66,7 +66,7 @@ jobs:
- name: List result
run: ls -l
- name: Make executable
run: chmod +x rawrr-macos-x64
run: chmod +x rawrr-osx-x64
- name: Execute on test file
run: ./rawrr-macos-x64 ./inst/extdata/sample.raw index
run: ./rawrr-osx-x64 ./inst/extdata/sample.raw index

0 comments on commit c232357

Please sign in to comment.