diff --git a/.github/workflows/domcloud.yml b/.github/workflows/domcloud.yml index cac58cc..23bfe67 100644 --- a/.github/workflows/domcloud.yml +++ b/.github/workflows/domcloud.yml @@ -18,16 +18,11 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 - - name: Install stable toolchain - uses: actions-rs/toolchain@v1 + - name: dtolnay/rust-toolchain@1.79.0 - uses: Swatinem/rust-cache@v1 - name: Build release binary - uses: actions-rs/cargo@v1 - with: - command: build - args: --release --locked + run: cargo build --release --locked - run: mkdir bin && cp ./target/release/${{ env.BIN_NAME }} ./bin/ - - name: Copy to Remote Server uses: pierrickdelrieu/scp-action@0.1.0 with: diff --git a/rust-toolchain.toml b/rust-toolchain.toml deleted file mode 100644 index 8b64968..0000000 --- a/rust-toolchain.toml +++ /dev/null @@ -1,3 +0,0 @@ -[toolchain] -channel = "1.79.0" -profile = "minimal" \ No newline at end of file