Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AXDOOMER authored Jan 7, 2024
1 parent 37f92ec commit d2bf94f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
working-directory: Project
run: |
pacman -Fy clang
x86_64-w64-mingw32-clang.exe --version
x86_64-w64-mingw32-clang++.exe --version
clang.exe --version
clang++.exe --version
make -j
- name: Prepare artifact for packaging
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
run: |
ls -al
pacman -Fy g++
x86_64-w64-mingw32-g++.exe -Wall -Wextra -std=c++14 -O2 -o vecmath.o vecmath.cpp
g++ -Wall -Wextra -std=c++14 -O2 -o vecmath.o vecmath.cpp
- name: Prepare artifact for packaging
run: |
Expand Down

0 comments on commit d2bf94f

Please sign in to comment.