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