Skip to content

Commit

Permalink
#5 pacman install attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
myselfhimself authored Nov 4, 2020
1 parent ea9d243 commit 7ec5f50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cpythonwindowsbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: msys2/setup-msys2@v2
with:
update: true
install: base-devel git libjpeg
install: base-devel git
- run: git describe --dirty
- name: build on windows
working-directory: ./
Expand All @@ -41,3 +41,4 @@ jobs:
run: |
pacman --version
pacman --help
pacman -S libjpeg libpng libtiff

0 comments on commit 7ec5f50

Please sign in to comment.