Skip to content

Commit

Permalink
install_dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4rtaz committed May 27, 2024
1 parent fc729a1 commit 0efc59e
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,12 +15,12 @@ jobs:
os: [windows-latest, ubuntu-latest]
include:
- os: windows-latest
install_dependencies: sudo apt-get update && sudo apt-get install build-essential
install_dependencies: choco install make
shell: cmd
platforms:
- windows/amd64
- os: ubuntu-latest
install_dependencies: choco install make
install_dependencies: sudo apt-get update && sudo apt-get install build-essential
shell: bash
platforms:
- linux/arm64
Expand Down

0 comments on commit 0efc59e

Please sign in to comment.