Skip to content

Commit f261cb7

Browse files
committed
Add an apt-get update
1 parent c8372d2 commit f261cb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
# install to fail. Similar issue:
7474
# https://github.com/scikit-learn/scikit-learn/issues/13928.
7575
sudo add-apt-repository --remove ppa:ubuntu-toolchain-r/test
76+
sudo apt-get update
7677
sudo apt-get install g++-multilib
7778
if: matrix.build == 'linux32'
7879
- run: cargo build

0 commit comments

Comments
 (0)