Skip to content

Commit 9692247

Browse files
authored
Update rust.yml
1 parent 1fec3bd commit 9692247

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,14 @@ on: [push, pull_request]
22

33
name: CI
44

5-
env:
6-
# This is required to enable the web_sys clipboard API which egui_web uses
7-
# https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Clipboard.html
8-
# https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html
9-
RUSTFLAGS: --cfg=web_sys_unstable_apis
10-
115
jobs:
126
check:
137
name: Check
14-
runs-on: ubuntu-latest
8+
runs-on: windows-latest
159
steps:
1610
- name: Checkout 🛎️
1711
with:
1812
submodules: true
1913
uses: actions/checkout@v4
2014

21-
- run: sudo apt update && sudo apt install libgtk-3-dev
22-
23-
- run: cargo check --all-features
15+
- run: cargo build --release

0 commit comments

Comments
 (0)