From 82c1aeaae67b199642ebb187b3d0ed330383806b Mon Sep 17 00:00:00 2001 From: Edo Date: Fri, 21 Apr 2023 10:19:14 +0200 Subject: [PATCH] maint: update build.yml --- .github/workflows/build.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d5fb089..4b0543b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: platform: x64 steps: - name: Check out files - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.2 with: submodules: true fetch-depth: 0 @@ -74,7 +74,7 @@ jobs: config: release steps: - name: Check out files - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.2 with: submodules: true fetch-depth: 0 @@ -83,12 +83,6 @@ jobs: - name: Install Mold uses: rui314/setup-mold@staging - - name: Install dependencies (x64) - if: matrix.arch == 'x64' - run: | - sudo apt-get update - sudo apt-get -y install libcurl4-gnutls-dev - - name: Generate project files run: ./generate.sh @@ -130,7 +124,7 @@ jobs: platform: arm64 steps: - name: Check out files - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.2 with: submodules: true fetch-depth: 0