Skip to content

Commit

Permalink
Moved scripts to scripts folder and made dependencies.sh executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Wouter Tichelaar committed May 27, 2024
1 parent 093e1b8 commit 094c8da
Show file tree
Hide file tree
Showing 3 changed files with 3 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: .github\workflows\dependencies.cmd
script_name: .github\workflows\scripts\dependencies.cmd
shell: cmd
- os: ubuntu-latest
script_name: .github/workflows/dependencies.sh
script_name: .github/workflows/scripts/dependencies.sh
shell: bash
platforms:
- linux/arm64
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/scripts/dependencies.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
choco install make
File renamed without changes.

0 comments on commit 094c8da

Please sign in to comment.