Skip to content

Commit

Permalink
test flang on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jornbr committed Jul 16, 2024
1 parent 5376503 commit 5a619c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fabm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
strategy:
matrix:
os: [ubuntu-latest]
os: [windows-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
defaults:
Expand All @@ -234,7 +234,7 @@ jobs:
with:
auto-update-conda: true
- name: Install Python dependencies
run: conda install -c conda-forge/label/llvm_dev -c conda-forge pyyaml flang ninja
run: conda install -c conda-forge/label/llvm_dev -c conda-forge pyyaml flang ninja c-compiler
- name: Clone repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 5a619c2

Please sign in to comment.