We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0766a0 commit cb33e48Copy full SHA for cb33e48
.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