Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Sep 9, 2024
1 parent bd7fd90 commit 6236ec8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
node-version: lts/*
- run: npm install -g bare-runtime bare-dev
- run: npm install
- run: bare-dev install --bare --node --no-recursive --platform ${{ matrix.platform }} --arch ${{ matrix.arch }}
- run: bare-dev install --bare --node --platform ${{ matrix.platform }} --arch ${{ matrix.arch }}
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.platform }}-${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
node-version: lts/*
- run: npm install -g bare-runtime bare-dev
- run: npm install
- run: bare-dev install --bare --node --no-recursive --platform ${{ matrix.platform }} --arch ${{ matrix.arch }} --debug
- run: bare-dev install --bare --node --platform ${{ matrix.platform }} --arch ${{ matrix.arch }} --debug
- run: npm test

0 comments on commit 6236ec8

Please sign in to comment.