Jonathan Kelley 1 gadu atpakaļ
vecāks
revīzija
1b7c31792e
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      .github/workflows/main.yml

+ 3 - 3
.github/workflows/main.yml

@@ -69,7 +69,7 @@ jobs:
       - uses: davidB/rust-cargo-make@v1
       - uses: browser-actions/setup-firefox@latest
       - uses: jetli/wasm-pack-action@v0.4.0
-      - run: bash ./github/free_space.sh
+      - run: bash .github/free_space.sh
       - run: cargo make tests
 
   fmt:
@@ -155,7 +155,7 @@ jobs:
       - uses: actions/setup-node@v4
         with:
           node-version: 16
-      - run: bash ./github/free_space.sh
+      - run: bash .github/free_space.sh
       - name: Install Rust
         uses: dtolnay/rust-toolchain@master
         with:
@@ -245,7 +245,7 @@ jobs:
         if: ${{ matrix.platform.cross == true }}
 
         uses: taiki-e/install-action@cross
-      - run: bash ./github/free_space.sh
+      - run: bash .github/free_space.sh
       - uses: Swatinem/rust-cache@v2
         with:
           key: "${{ matrix.platform.target }}"