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 d2bf94f commit d62c47f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,7 @@ jobs:
- name: Build from makefile
working-directory: Project
run: |
pacman -Fy clang
clang.exe --version
clang++.exe --version
make -j
make CXX=clang -j
- name: Prepare artifact for packaging
run: |
Expand Down Expand Up @@ -100,9 +97,7 @@ jobs:
- name: Build from makefile
working-directory: Project
run: |
ls -al
pacman -Fy g++
g++ -Wall -Wextra -std=c++14 -O2 -o vecmath.o vecmath.cpp
make CXX=g++ -j
- name: Prepare artifact for packaging
run: |
Expand Down

0 comments on commit d62c47f

Please sign in to comment.