Skip to content

Commit 8024bc7

Browse files
committed
Replace archived actions-rs/cargo with cargo directly
1 parent 76007a7 commit 8024bc7

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@ jobs:
4545
npm run build
4646
4747
- name: Compile site
48-
uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1.0.3
49-
with:
50-
command: build
51-
args: --release --bin site
48+
run: cargo build --release --bin site
5249

5350
- name: Prepare archive
5451
id: archive

0 commit comments

Comments
 (0)