Skip to content

Commit 46f824f

Browse files
committed
ci
1 parent 84dc1ad commit 46f824f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/backend.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,6 @@ jobs:
4343
echo "commit version"
4444
echo "::set-output name=version::${{ github.sha }}"
4545
fi
46-
- name: Install latest nightly
47-
uses: actions-rs/toolchain@v1
48-
with:
49-
toolchain: nightly
50-
override: true
51-
52-
- name: Build project
53-
run: cargo build --release
54-
55-
- name: List files in workspace
56-
run: ls -lha
5746
5847
- name: Docker Login
5948
uses: docker/login-action@v3

0 commit comments

Comments
 (0)