We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02facf commit 7eb0a64Copy full SHA for 7eb0a64
.github/workflows/publish-crate.yml
@@ -7,19 +7,13 @@ on:
7
8
jobs:
9
build:
10
- runs-on: ubuntu-latest
+ runs-on: windows-latest
11
steps:
12
- uses: actions/checkout@v3
13
- uses: actions-rs/toolchain@v1
14
with:
15
toolchain: stable
16
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
23
- uses: katyo/publish-crates@v2
24
25
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
0 commit comments