Skip to content

Commit

Permalink
Merge pull request #40 from Habbie/ci-apt-update
Browse files Browse the repository at this point in the history
update apt indexes before installing dependencies
  • Loading branch information
cyclops1982 authored Jan 24, 2024
2 parents fd71cff + 61a3b2c commit 3060c74
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Update apt indexes
run: sudo apt-get update
- name: Install various apt dependencies
run: sudo apt-get install build-essential cmake meson ninja-build nlohmann-json3-dev pkg-config libssl-dev libsdl2-dev
- name: Configure Meson
Expand Down Expand Up @@ -47,6 +49,8 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Update apt indexes
run: sudo apt-get update
- name: Install various apt dependencies
run: sudo apt-get install build-essential cmake meson ninja-build nlohmann-json3-dev pkg-config libssl-dev libsdl2-dev
- name: Configure Meson
Expand Down

0 comments on commit 3060c74

Please sign in to comment.