Skip to content

Commit

Permalink
ci: fix ubuntu dependency installation
Browse files Browse the repository at this point in the history
  • Loading branch information
elibroftw committed Jan 13, 2025
1 parent 3681add commit 92e17a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
args: '--target aarch64-apple-darwin'
- platform: 'macos-latest' # for Intel based macs.
args: '--target x86_64-apple-darwin'
- platform: 'ubuntu-22.04'
- platform: 'ubuntu-latest'
args: ''
- platform: 'windows-latest'
args: ''
Expand Down

0 comments on commit 92e17a6

Please sign in to comment.