Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Aug 29, 2024
1 parent ddddf2a commit b70e823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Build
run: |
make STATIC=1 HOST=linux PLATFORM=${{ matrix.os-arch }} cleanlib -j8
make HOST=linux PLATFORM=${{ matrix.os-arch }} -j8
chmod +x bin/cliraop-linux-${{ matrix.os-arch }}
cp bin/cliraop-linux-${{ matrix.os-arch }} release/
shell: alpine.sh --root {0}
Expand Down

0 comments on commit b70e823

Please sign in to comment.