Skip to content

Commit

Permalink
Bubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Nov 5, 2023
1 parent 047b9ab commit 895c10b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
name: "overlayed-unstable-windows"
path: "**/*.exe"
build-linux:
runs-on: "windows-latest"
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- name: setup node
Expand All @@ -58,8 +58,8 @@ jobs:
uses: dtolnay/rust-toolchain@stable
- name: install dependencies (ubuntu only)
run: |
apt-get update
apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
- uses: pnpm/action-setup@v2
with:
version: 8
Expand Down

0 comments on commit 895c10b

Please sign in to comment.