Skip to content

Commit

Permalink
ci: gnu -> musl
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed May 14, 2023
1 parent 68ee268 commit bb98f9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/actions/build-prqlc/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ runs:
save-if: ${{ github.ref == 'refs/heads/main' }}
prefix-key: 0.8.1

- run: rustup target add ${{ inputs.target }}
shell: bash

- name: cargo build
uses: richb-hanover/cargo@v1.1.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
matrix:
include:
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
target: x86_64-unknown-linux-musl
- os: macos-latest
target: x86_64-apple-darwin
- os: windows-latest
Expand Down

0 comments on commit bb98f9e

Please sign in to comment.