Skip to content

Commit

Permalink
find where's g++
Browse files Browse the repository at this point in the history
  • Loading branch information
AXDOOMER authored Jan 7, 2024
1 parent 5f04b9a commit 0ed6086
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
make -j
- name: Upload ELF
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: meshglide
path: Project/MeshGlide
Expand All @@ -46,11 +46,12 @@ jobs:
mingw-w64-x86_64-zeromq
mingw-w64-x86_64-glfw
mingw-w64-x86_64-libpng
- name: Checkout repository
uses: actions/checkout@v3

- name: Build from makefile
working-directory: Project
run: |
pacman -F g++.exe
make -j

0 comments on commit 0ed6086

Please sign in to comment.