mirror of
https://github.com/Vomitblood/stort.git
synced 2025-02-08 02:38:40 +08:00
updated github actions workflow
This commit is contained in:
parent
70a247ba42
commit
cf248a947b
2
.github/workflows/build-validation.yml
vendored
2
.github/workflows/build-validation.yml
vendored
|
@ -42,11 +42,13 @@ jobs:
|
||||||
ls -la $HOME/.cargo/
|
ls -la $HOME/.cargo/
|
||||||
ls -la $HOME/.cargo/env
|
ls -la $HOME/.cargo/env
|
||||||
. "/github/home/.cargo/env"
|
. "/github/home/.cargo/env"
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Testing
|
- name: Testing
|
||||||
run: |
|
run: |
|
||||||
cargo --help
|
cargo --help
|
||||||
cargo --version
|
cargo --version
|
||||||
|
shell: bash
|
||||||
|
|
||||||
# - name: Install mise
|
# - name: Install mise
|
||||||
# run: |
|
# run: |
|
||||||
|
|
Loading…
Reference in a new issue