Skip to content

Commit

Permalink
Trying to correct script path
Browse files Browse the repository at this point in the history
  • Loading branch information
Wouter Tichelaar committed May 27, 2024
1 parent 4fb52ca commit 093e1b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
os: [windows-latest, ubuntu-latest]
include:
- os: windows-latest
script_name: .\dependencies.cmd
script_name: .github\workflows\dependencies.cmd
shell: cmd
- os: ubuntu-latest
script_name: ./dependencies.sh
script_name: .github/workflows/dependencies.sh
shell: bash
platforms:
- linux/arm64
Expand Down

0 comments on commit 093e1b8

Please sign in to comment.