Skip to content

Commit

Permalink
Fix installation on Github
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Dec 31, 2023
1 parent 12ad2c2 commit 9387460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: latest
- run: npm ci
- run: yarn install
- run: make check
- run: make compile

Expand All @@ -25,7 +25,7 @@ jobs:
run: |
sudo apt-get update -qq
sudo apt-get install --no-install-recommends -qq -y gnome-shell strip-nondeterminism
- run: npm ci
- run: yarn install
- run: make check-types
- run: make dist-repro
- run: b2sum *.zip > B2SUMS.txt
Expand Down

0 comments on commit 9387460

Please sign in to comment.