From cb0785b88d48eb3780abe2474a261dc811733014 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 11 Dec 2022 00:09:06 +0100 Subject: [PATCH] bug fix --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 096e9ac..9035094 100755 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,8 +9,9 @@ jobs: platform: [x86, x64] os: [ubuntu-latest] builld: - - name: Setup packages - install_packages: libcurl4-openssl-dev + - name: packages + install_packages: curl, libcurl4-openssl-dev + install_steps: packages runs-on: '${{ matrix.os }}' if: "!contains(github.event.head_commit.message, 'NO_CI')" name: 'code-tests: ${{ matrix.os }} / ${{ matrix.platform }}'