Skip to content

Commit

Permalink
OSX and Windows workflows have broken. Try to fix them.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Sep 16, 2024
1 parent c3cc9fb commit c8e9f6c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
- name: brew
run: |
brew install pkg-config glfw3 python3 cmark fmt coreutils make
brew link --overwrite python3
python3 -m pip install --upgrade Pillow
- name: make
run: |
gmake -j$(nproc) BUILDTYPE=osx
Expand Down Expand Up @@ -63,7 +61,7 @@ jobs:
wsl sh -c 'zip -9 wordgrinder-windows.zip wordgrinder/bin/*.exe'
- name: upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}.${{ github.sha }}
path: wordgrinder-windows.zip
Expand Down

0 comments on commit c8e9f6c

Please sign in to comment.