mirror of
https://github.com/Vomitblood/stort.git
synced 2024-11-26 13:55:27 +08:00
updated github actions workflow
This commit is contained in:
parent
310dee7050
commit
6db3ea021b
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
run: |
|
||||
apt update && apt install -y curl
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
echo "source $HOME/.cargo/env" >> $GITHUB_ENV
|
||||
echo ". $HOME/.cargo/env" >> $GITHUB_ENV
|
||||
shell: bash
|
||||
|
||||
- name: Install Git
|
||||
|
|
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
|
@ -11,6 +11,8 @@ permissions:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ubuntu:22.04
|
||||
|
||||
steps:
|
||||
- name: Install Rust
|
||||
|
|
Loading…
Reference in a new issue