Skip to content

Commit

Permalink
#5 using msys2 github action with pacman in Path
Browse files Browse the repository at this point in the history
  • Loading branch information
myselfhimself committed Nov 4, 2020
1 parent 57f09b4 commit ea9d243
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/cpythonwindowsbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,22 @@ jobs:
strategy:
matrix:
python-version: ['3.7']
defaults:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
# Using https://github.com/marketplace/actions/setup-msys2
- name: Using "Setup MSYS2" contrib
uses: msys2/setup-msys2@v2
with:
update: true
install: base-devel git libjpeg
- run: git describe --dirty
- name: build on windows
working-directory: ./
env:
Expand Down

0 comments on commit ea9d243

Please sign in to comment.