From 21e3c5c19f73e08aa63d508ab6f01da51ebb2f33 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 8 Apr 2024 15:47:24 +0200 Subject: [PATCH] New version of dl_deps_archive action doesn't need os_name. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93fcd6fe7..48502bebf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,6 @@ jobs: - name: Install dependencies uses: kiwix/kiwix-build/actions/dl_deps_archive@main with: - os_name: macos target_platform: ${{ matrix.target }} - name: Compile