Skip to content

Commit

Permalink
fix actions for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Quba1 committed Jan 27, 2024
1 parent 9df43e2 commit e0a267b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:
jobs:
build:

name: Build on Ubuntu
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -48,6 +49,7 @@ jobs:
run: |
brew install eccodes
rustup update stable
cargo install cargo-criterion
cargo clean
- name: Build with cargo
run: |
Expand Down

0 comments on commit e0a267b

Please sign in to comment.