Skip to content

Commit

Permalink
Merge pull request #123 from uriparser/fix-ci
Browse files Browse the repository at this point in the history
[GitHub Actions] build-and-test.yml: Add "sudo apt-get update"
  • Loading branch information
hartwork committed Oct 15, 2021
2 parents a9e027d + 28cddcf commit c5d53b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test.yml
Expand Up @@ -44,6 +44,7 @@ jobs:
- name: Install build dependencies
run: |-
sudo apt-get update
sudo apt-get install --yes --no-install-recommends -V \
cmake \
doxygen \
Expand All @@ -56,7 +57,7 @@ jobs:
if: "${{ contains(matrix.cmake_args, 'mingw') }}"
run: |-
sudo dpkg --add-architecture i386 # for wine32
sudo apt-get update # due to new architecture
sudo apt-get update # again, due to new architecture
sudo apt-get install --yes --no-install-recommends -V \
mingw-w64 \
wine-stable \
Expand Down

0 comments on commit c5d53b2

Please sign in to comment.