Skip to content

Commit

Permalink
ci: Another attempt at prqlc caching (#3331)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Aug 12, 2023
1 parent 50a995d commit f84022c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-prqlc/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ runs:
args:
--profile=${{ inputs.profile }} --locked --target=${{ inputs.target }}
--features=${{ inputs.features }} ${{ contains(inputs.target, 'musl')
&& '--package=prqlc' || '' }}
&& '--package=prqlc' || '--all-targets' }}

- name: Create artifact for Linux and macOS
shell: bash
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 @@ -70,7 +70,7 @@ jobs:
filters: |
main:
- "**/Cargo.*"
- .github/workflows/**
- .github/**
book:
- .github/workflows/check-links-book.yaml
- web/book/**
Expand Down

0 comments on commit f84022c

Please sign in to comment.