Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 217321f

Browse files
authored
test-as-submodule: ubuntu: apt-get update. (#777)
1 parent c775245 commit 217321f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-as-submodule.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- name: Install apt packages
4343
if: startsWith(matrix.os, 'ubuntu')
4444
run: |
45+
sudo apt-get update
4546
sudo apt-get install bison cython3 flex libfl-dev libopenmpi-dev \
4647
ninja-build openmpi-bin python3-dev python3-numpy python3-pytest \
4748
python3-pytest-cov

0 commit comments

Comments
 (0)