Skip to content

Commit

Permalink
Update runner before installing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
onsdagens committed Aug 9, 2023
1 parent 410d783 commit 17d4a58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Update runner
run: sudo apt-get update
- name: Install dependencies
run: sudo apt-get install librust-atk-dev
run: sudo apt-get install librust-atk-dev librust-gdk-dev
- name: Install Rust
run: rustup toolchain install stable --profile minimal
- uses: rui314/setup-mold@v1
Expand Down

0 comments on commit 17d4a58

Please sign in to comment.