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 0cc07ad commit ea44623
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 libgtk-3-dev
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 libpango-1.0-0
- uses: actions/checkout@v3
- name: Install latest nightly
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit ea44623

Please sign in to comment.