Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xxuejie authored Jan 10, 2024
1 parent 1cbb568 commit 48fade4
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 @@ -52,7 +52,7 @@ jobs:

steps:
- name: Install dependencies
run: sudo apt-get -y install git build-essential libssl-devel
run: apt-get update && apt-get -y install git build-essential libssl-devel
- name: Install llvm 16
run: wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && sudo ./llvm.sh 16 && rm llvm.sh
- uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down

0 comments on commit 48fade4

Please sign in to comment.