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 1fec3bd commit 9692247Copy full SHA for 9692247
.github/workflows/rust.yml
@@ -2,22 +2,14 @@ on: [push, pull_request]
2
3
name: CI
4
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
-
11
jobs:
12
check:
13
name: Check
14
- runs-on: ubuntu-latest
+ runs-on: windows-latest
15
steps:
16
- name: Checkout 🛎️
17
with:
18
submodules: true
19
uses: actions/checkout@v4
20
21
- - run: sudo apt update && sudo apt install libgtk-3-dev
22
23
- - run: cargo check --all-features
+ - run: cargo build --release
0 commit comments