Skip to content

Commit d025aa3

Browse files
authored
1 parent d072086 commit d025aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install requirements
3737
run: |
3838
if type -path apt-get; then
39-
sudo apt-get install gcc-multilib
39+
sudo apt update && sudo apt-get install gcc-multilib
4040
fi
4141
4242
- name: Versions
@@ -84,7 +84,7 @@ jobs:
8484
- name: Install requirements
8585
run: |
8686
if type -path apt-get; then
87-
sudo apt-get install gettext librsvg2-bin
87+
sudo apt update && sudo apt-get install gettext librsvg2-bin
8888
else
8989
brew install gettext librsvg
9090
echo >>$GITHUB_PATH /usr/local/opt/gettext/bin

0 commit comments

Comments
 (0)