Skip to content

Commit 6eee308

Browse files
committed
[ci]: Do apt update before apt install
1 parent b219b96 commit 6eee308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
if: ${{ matrix.os == 'ubuntu-20.04' && matrix.julia-arch == 'x86' }}
6161
shell: bash
6262
run: |
63-
sudo apt install -y gcc-multilib
63+
sudo apt update && sudo apt install -y gcc-multilib
6464
- name: Install libblas64
6565
if: ${{ matrix.os == 'ubuntu-20.04' && matrix.julia-arch == 'x64' }}
6666
shell: bash

0 commit comments

Comments
 (0)