Skip to content

Commit 7eb0a64

Browse files
committed
b
1 parent c02facf commit 7eb0a64

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/publish-crate.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,13 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-latest
10+
runs-on: windows-latest
1111
steps:
1212
- uses: actions/checkout@v3
1313
- uses: actions-rs/toolchain@v1
1414
with:
1515
toolchain: stable
1616
override: true
17-
- name: install dependencies
18-
run: |
19-
sudo apt-get install -y webkit2gtk-4.1-dev javascriptcoregtk-4.1-dev libsoup-3.0-dev libglib2.0-dev libgtk-3-dev libudev-dev pkg-config
20-
21-
- name: export pkg config path
22-
run: export PKG_CONFIG_PATH=/usr/lib/aarch64-linux-gnu/pkgconfig:$PKG_CONFIG_PATH
2317
- uses: katyo/publish-crates@v2
2418
with:
2519
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)