Fix some build steps on Windows

This commit is contained in:
bjorn3 2022-12-15 15:09:17 +00:00
parent cc3ac006a2
commit 6c88b08adc

View File

@ -177,10 +177,10 @@ jobs:
env:
TARGET_TRIPLE: ${{ matrix.env.TARGET_TRIPLE }}
# This is the config rust-lang/rust uses for builds
run: ./y.rs build --no-unstable-features
run: ./y.exe build --no-unstable-features
- name: Build
run: ./y.rs build --sysroot none
run: ./y.exe build --sysroot none
- name: Test
run: |