We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6173db + cb33e48 commit 7215769Copy full SHA for 7215769
.github/workflows/main.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Install packages
32
if: matrix.os == 'ubuntu-latest'
33
- run: sudo apt-get install -y binutils-dev libunwind8-dev libcurl4-openssl-dev libelf-dev libdw-dev cmake gcc libiberty-dev
+ run: sudo apt-get update -y && sudo apt-get install -y binutils-dev libunwind8-dev libcurl4-openssl-dev libelf-dev libdw-dev cmake gcc libiberty-dev
34
35
- name: Install toolchain
36
uses: actions-rs/toolchain@v1
0 commit comments