about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 3492df72720..3f9e779dfc1 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -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: |