Skip to content

Commit

Permalink
fixup! github actions: replace deprecated actions-rs.
Browse files Browse the repository at this point in the history
  • Loading branch information
PI-Victor committed Jul 29, 2024
1 parent a325259 commit 56009e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
container:
image: ubuntu:22.04
steps:
- name: Install packages
run: |
apt-get update && apt-get install -y curl \
wget unzip pkg-config libssl-dev cmake build-essential
- uses: actions/checkout@v4
- name: Install latest nightly
uses: dtolnay/rust-toolchain@v1
Expand Down

0 comments on commit 56009e1

Please sign in to comment.