Skip to content

Commit

Permalink
Try fixing windows releases
Browse files Browse the repository at this point in the history
  • Loading branch information
coolreader18 committed Apr 12, 2021
1 parent 22e8cc9 commit f6d0d11
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ jobs:
build:
runs-on: ${{ matrix.os }}-latest

defaults:
run:
shell: bash

strategy:
matrix:
os: [ubuntu, macos, windows]
Expand Down Expand Up @@ -47,7 +43,7 @@ jobs:
- if: matrix.os == 'windows'
run: |
choco install llvm
echo "LLVM_SYS_110_PREFIX=C:/Program Files/LLVM" >> $GITHUB_ENV
refreshenv
- if: matrix.os == 'macos'
run: |
brew install llvm
Expand Down

0 comments on commit f6d0d11

Please sign in to comment.