Don't fail CI if base image's apt db is outdated
This commit is contained in:
parent
1326f7d2a8
commit
7f2a7011a4
|
@ -27,7 +27,7 @@ jobs:
|
|||
PIN_VERSIONS: true
|
||||
steps:
|
||||
- name: Install test dependencies
|
||||
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
|
||||
- name: Checkout Crate
|
||||
uses: actions/checkout@v2
|
||||
- name: Checkout Toolchain
|
||||
|
|
Loading…
Reference in New Issue