Skip to content

Commit

Permalink
[CI] Platform name for apple is macos, not osx
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Nov 7, 2023
1 parent 81c7fc9 commit a32caad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install deps
shell: bash
run: |
ARCHIVE_NAME=deps2_osx_native_dyn_zim-tools.tar.xz
ARCHIVE_NAME=deps2_macos_native_dyn_zim-tools.tar.xz
wget -O- http://tmp.kiwix.org/ci/${ARCHIVE_NAME} | tar -xJ -C $HOME
- name: Compile
Expand Down

0 comments on commit a32caad

Please sign in to comment.