Skip to content

Commit

Permalink
Dont use Yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillt committed Feb 18, 2024
1 parent 1287115 commit f746e08
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@ jobs:
sudo apt-get install -y libgtk-3-dev \
webkit2gtk-4.0 javascriptcoregtk-4.1 libappindicator3-dev \
librsvg2-dev patchelf libdbus-1-dev \
pkg-config \
pkg-config
cargo install tauri-cli
- name: Fetch Node.js Dependencies
run: yarn
run: npm install

- name: Build Release version
run: yarn tauri build
run: cargo tauri build

- name: Upload AppImage
uses: actions/upload-artifact@v3.1.0
Expand Down

0 comments on commit f746e08

Please sign in to comment.