Skip to content

Commit

Permalink
feat: update ci to use docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanzyTHEbar committed May 10, 2023
1 parent 1d9fd84 commit 1023d90
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,16 @@ jobs:
image: ghcr.io/zanzythebar/tauridocker:latest
options: -v ${{ github.workspace }}:/workspace
run: |
export NODE_VERSION=16.13.0
mkdir build
echo "::group::install node dependencies"
npm install -g pnpm
npm install -g typescript
pnpm install
echo "::group::tauri build"
pnpm tauri build
pnpm tauri build
echo "::endgroup::"
- name: Verify build
run: |
ls -la build
ls -la
- name: Node.js setup ${{ matrix.node-version }}
if: matrix.platform == 'windows-latest' || matrix.platform == 'macos-latest'
Expand Down

0 comments on commit 1023d90

Please sign in to comment.