From 4ef8214ce512d9a85f2744d08679851dd5b9642f Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 8 Apr 2024 14:52:00 +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 1d15f60c..13812a62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,6 @@ jobs: - name: Install dependencies uses: kiwix/kiwix-build/actions/dl_deps_archive@main with: - os_name: macos target_platform: ${{ matrix.target }} - name: Compile