Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlysonStahl-NOAA committed Feb 14, 2025
1 parent 9b4a4ff commit 4d9fa67
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ on:
jobs:
Windows:
runs-on: windows-latest
env:
CXX: g++
FC: gfortran
strategy:
matrix:
ccompiler: [gcc, clang]
Expand All @@ -34,7 +31,7 @@ jobs:
update: true
install: >-
mingw-w64-x86_64-gcc
mingw-w64-x86_64-g++
mingw-w64-x86_64-gcc-fortran
mingw-w64-x86_64-clang
mingw-w64-x86_64-cmake
mingw-w64-x86_64-ninja
Expand Down

0 comments on commit 4d9fa67

Please sign in to comment.