Skip to content

Commit

Permalink
CI: Use 'prepare-system' script to install the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaffeine committed Oct 7, 2023
1 parent 0f268fc commit b342af1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-scripts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:
cc: "gcc", cxx: "g++"
}
steps:
- name: Install the dependencies
run: |
sudo apt-get install libmaxminddb-dev
- uses: actions/checkout@v3
with:
path: "scripts"
Expand All @@ -32,6 +28,10 @@ jobs:
with:
path: "scripts/ci/sources"

- name: Install the dependencies
run: |
run: ./scripts/scripts/prepare-system.sh

- name: Add the CI build configuration
run: |
cp scripts/ci/sources/.github/workflows/ci.conf scripts/conf
Expand Down

0 comments on commit b342af1

Please sign in to comment.