Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
std-microblock authored Jul 18, 2024
1 parent ae33991 commit 0cc07ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: sudo cat deb http://archive.ubuntu.com/ubuntu focal-updates main > /etc/apt/sources.list & sudo apt-get update & sudo apt-get install -y pkg-config cmake clang
run: sudo cat deb http://archive.ubuntu.com/ubuntu focal-updates main > /etc/apt/sources.list & sudo apt-get update & sudo apt-get install -y pkg-config cmake clang libgtk-3-dev
- uses: actions/checkout@v3
- name: Install latest nightly
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 0cc07ad

Please sign in to comment.