diff options
| author | ruki <[email protected]> | 2020-12-31 22:51:00 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-12-31 22:51:00 +0800 |
| commit | 99126a6271f7ed8a4712d5cd5c060210090b8d1c (patch) | |
| tree | 79c9b18eb20a6c3ef2419509d869eeb2c415c061 /.github | |
| parent | 818575765ddc038ed220c5e1aff334264ea7ef11 (diff) | |
add unzip to ci
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/debian_mips64.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/msys2_mingw.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/ubuntu_arm64.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/debian_mips64.yml b/.github/workflows/debian_mips64.yml index 0ee576e1a..fae901348 100644 --- a/.github/workflows/debian_mips64.yml +++ b/.github/workflows/debian_mips64.yml @@ -22,7 +22,7 @@ jobs: args: > bash -c "uname -a && - apt update && + apt update && apt install -y unzip && cd /github/workspace && ./scripts/get.sh __local__ && source ~/.xmake/profile && diff --git a/.github/workflows/msys2_mingw.yml b/.github/workflows/msys2_mingw.yml index 0f41834aa..3964d5c2f 100644 --- a/.github/workflows/msys2_mingw.yml +++ b/.github/workflows/msys2_mingw.yml @@ -25,7 +25,7 @@ jobs: - uses: msys2/setup-msys2@v2 with: msystem: ${{ matrix.msystem }} - install: git base-devel mingw-w64-${{ matrix.arch }}-toolchain + install: git base-devel unzip mingw-w64-${{ matrix.arch }}-toolchain update: true - name: Move Checkout diff --git a/.github/workflows/ubuntu_arm64.yml b/.github/workflows/ubuntu_arm64.yml index be7c7e169..ef313232b 100644 --- a/.github/workflows/ubuntu_arm64.yml +++ b/.github/workflows/ubuntu_arm64.yml @@ -22,7 +22,7 @@ jobs: args: > bash -c "uname -a && - apt update && + apt update && apt install -y unzip && cd /github/workspace && ./scripts/get.sh __local__ && source ~/.xmake/profile && |
