diff --git a/.github/actions/windows-recorder/action.yml b/.github/actions/windows-recorder/action.yml index 5b40ceb..5db6add 100644 --- a/.github/actions/windows-recorder/action.yml +++ b/.github/actions/windows-recorder/action.yml @@ -17,10 +17,9 @@ runs: Add-Content $env:GITHUB_PATH "${pwd}\ffmpeg\bin`n" - uses: Swatinem/rust-cache@v2 - - uses: actions-rs/cargo@v1 - with: - command: build - args: --release -p neothesia-cli + - uses: dtolnay/rust-toolchain@stable + - name: Build Ubuntu Release + run: cargo build --release -p neothesia-cli - uses: actions/upload-artifact@v4 with: name: windows-recorder-artifact