Skip to content

Commit

Permalink
ci: Fix failing Snap build (PRQL#3412)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanillajonathan authored Aug 25, 2023
1 parent af04fcd commit 0562980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,7 @@ jobs:

build-and-publish-snap:
runs-on: ubuntu-latest
# This is failing at the moment https://github.com/PRQL/prql/issues/3386
# if: ${{ github.ref_type == 'tag' }}
if: ${{ false }}
if: ${{ github.ref_type == 'tag' }}
steps:
- name: 📂 Checkout code
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions packages/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ parts:
prqlc:
plugin: rust
source: .
build-packages: [cargo]
rust-path: [crates/prqlc]

apps:
Expand Down

0 comments on commit 0562980

Please sign in to comment.