Skip to content

Commit

Permalink
better way to set env
Browse files Browse the repository at this point in the history
  • Loading branch information
teseoch committed Apr 15, 2022
1 parent 9d1f2e7 commit 2e9108d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
name: Windows
- os: macOS-latest
name: MacOS
env:
if: runner.os == 'Windows'
USE_CHOLMOD: 0
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 2e9108d

Please sign in to comment.