Skip to content

Commit

Permalink
Install Snapcraft
Browse files Browse the repository at this point in the history
  • Loading branch information
RudraSen2 committed Nov 9, 2023
1 parent 549e35f commit 0b0c35f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '16'
- name: Install Snapcraft
uses: samuelmeuli/[email protected]
with:
snapcraft_token: ${{ secrets.SNAPCRAFT_TOKEN }}
- name: Build it
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -32,10 +36,6 @@ jobs:
with:
name: Linux
path: out/make/*
- name: Install Snapcraft
uses: samuelmeuli/[email protected]
with:
snapcraft_token: ${{ secrets.SNAPCRAFT_TOKEN }}
- name: Use Snapcraft
run: |
snapcraft --help
Expand Down

0 comments on commit 0b0c35f

Please sign in to comment.