Skip to content

Commit

Permalink
disable windows build take 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
e253 committed Jul 25, 2024
1 parent 423da19 commit 6a1f628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ jobs:
- name: Build OpenCLC
run: |
chmod +x build-openclc.sh
if [ ${{ matrix.target }} = "windows" ]; then
if [ ${{ matrix.target }} != "windows" ]; then
./build-openclc.sh ${{ matrix.target }} ${{ matrix.mcpu }} Release
else
echo "OpenCLC doesn't build for windows yet" > openclc
echo "OpenCLC doesn't build for windows yet. Use llvm-spirv.exe" > ./out/${{ matrix.target }}-${{ matrix.mcpu }}/bin/openclc.exe
fi
./release.sh ${{ matrix.target }} ${{ matrix.mcpu }}
Expand Down

0 comments on commit 6a1f628

Please sign in to comment.