Skip to content

Commit

Permalink
fixing windows dependencies in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrachh committed Feb 20, 2024
1 parent 8879077 commit 3d91d46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: Python Build
on:
push:
branches:
- main
- master
tags:
- v*
- py_v*
pull_request:
branches:
- main
- master

jobs:
Linux:
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install GCC and make
run: C:\msys64\usr\bin\bash.exe -lc "pacman -Sy --noconfirm make mingw-w64-x86_64-toolchain"
run: C:\msys64\usr\bin\bash.exe -lc "pacman -Sy --noconfirm make mingw-w64-x86_64-toolchain mingw-w64-x86_64-gcc-fortran mingw-w64-x86_64-gcc-libgfortran mingw-w64-x86_64-gcc-libs mingw-w64-x86_64-gcc-lto-dump mingw-w64-x86_64-gcc-objc"

- name: Build and Test Python 3.6
uses: actions/setup-python@v3
Expand Down

0 comments on commit 3d91d46

Please sign in to comment.