From b342af114fb47002dd49c890747c6aa20a33760d Mon Sep 17 00:00:00 2001 From: Alexander Akulich Date: Sat, 7 Oct 2023 03:52:17 +0300 Subject: [PATCH] CI: Use 'prepare-system' script to install the dependencies --- .github/workflows/build-scripts.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-scripts.yaml b/.github/workflows/build-scripts.yaml index e6ea26055..a730e1b80 100644 --- a/.github/workflows/build-scripts.yaml +++ b/.github/workflows/build-scripts.yaml @@ -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" @@ -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