1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 06:10:06 -04:00

Add another check to Windows CI (#4038)

To see if we can catch the problem in
https://github.com/emilk/egui/pull/4037
This commit is contained in:
Emil Ernerfeldt
2024-02-13 12:35:49 +01:00
parent b64e329cb7
commit ed5fe01535

View File

@@ -189,5 +189,8 @@ jobs:
- name: Set up cargo cache - name: Set up cargo cache
uses: Swatinem/rust-cache@v2 uses: Swatinem/rust-cache@v2
- name: Check - name: Check all
run: cargo check --all-targets --all-features run: cargo check --all-targets --all-features
- name: Check hello_world
run: cargo check -p hello_world