Skip to content

Commit 5d70f01

Browse files
author
SamTV1998
committed
Do checkout first
1 parent 52e031d commit 5d70f01

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
name: 'Build etherpad-proxy'
12
on:
23
push:
34
jobs:
45
build:
56
runs-on: ubuntu-latest
67
steps:
8+
- name: Checkout repository
9+
uses: actions/checkout@v4
710
- name: 'Build app with cargo'
811
run: RUSTFLAGS="-Ctarget-feature=+crt-static" cargo build --release
912
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)