Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt authored Aug 29, 2024
1 parent 9aff59a commit 642bdc1
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 }} -j8
make STATIC=1 HOST=linux PLATFORM=${{ matrix.os-arch }}
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 642bdc1

Please sign in to comment.