Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
ci: Switch to maintained GitHub actions
Adam Szkoda committed 3 years ago
commit 2c3e7cc2c90c5999224f596f5b4d4e73a19141bc
parent d59c422b9d05d48dd4f81d9f2c56d4f1587d7c66
1 file changed +2 -4
modified .github/workflows/release.yml
@@ -87,12 +87,10 @@ jobs:
            ~/.cargo/git
            target
          key: cargo-${{ matrix.target }}-${{ hashFiles('**/Cargo.lock') }}
-
      - uses: actions-rs/toolchain@v1
-
        with:
-
          profile: minimal
-
          target: ${{ matrix.target }}
+
      - uses: dtolnay/rust-toolchain@1.67
      - name: Build the release binaries
        run: |
+
          rustup target add ${{ matrix.target }}
          cargo build --target ${{ matrix.target }} --package=radicle-httpd --release
          cargo build --target ${{ matrix.target }} --package=radicle-node --release
          cargo build --target ${{ matrix.target }} --bin rad --release