Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
std-microblock authored Aug 7, 2024
1 parent 36b12d0 commit 306d223
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 libpango-1.0-0 librust-atk-dev gdk-3.0
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 librust-atk-dev gdk-3.0
- uses: actions/checkout@v3
- name: Install latest nightly
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 306d223

Please sign in to comment.