Skip to content

Commit

Permalink
Fix windows release build
Browse files Browse the repository at this point in the history
  • Loading branch information
fasmat committed Jul 17, 2023
1 parent 5a3b4c4 commit 33c61f0
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,18 +109,16 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
artifact-name: linux
- os: [self-hosted, linux, arm64]
artifact-name: linux-arm64
- os: macos-latest
artifact-name: macos
- os: [self-hosted, macos, arm64]
artifact-name: macos-m1
- os: windows-latest
artifact-name: windows
os:
- ubuntu-latest
- [self-hosted, linux, arm64]
- macos-latest
- [self-hosted, macos, arm64]
- windows-latest
steps:
- name: Install dependencies in windows
if: ${{ matrix.os == 'windows-latest' }}
run: choco install zip
- name: Add OpenCL support - Ubuntu
if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt-get update -q && sudo apt-get install -qy ocl-icd-opencl-dev libpocl2
Expand Down

0 comments on commit 33c61f0

Please sign in to comment.