Skip to content

Commit

Permalink
chore: adjust build targets in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Nov 11, 2024
1 parent 9a16958 commit ac182a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ jobs:
sudo apt install -qy tree jq cmake make gcc g++ musl-tools musl-dev meson clang gcc-mingw-w64 g++-mingw-w64 libreadline-dev ccache
- name: Build x86_64 with musl-system
run: |
make musl
make musl RELEASE=1
- name: Upload artifact linux-amd64
uses: actions/upload-artifact@v4
with:
Expand All @@ -419,9 +419,9 @@ jobs:
run: make clean
- name: Build x86_64 windows .exe
run: |
make win_exe-x86
make win-exe
make clean -C src
make win_dll-x86
make win-dll
- name: Upload artifact win x86_64
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit ac182a7

Please sign in to comment.