mirror of
https://github.com/Vomitblood/stort.git
synced 2024-11-26 22:05:24 +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: |
|
run: |
|
||||||
apt update && apt install -y curl
|
apt update && apt install -y curl
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
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
|
shell: bash
|
||||||
|
|
||||||
- name: Install Git
|
- name: Install Git
|
||||||
|
|
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
|
@ -11,6 +11,8 @@ permissions:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: ubuntu:22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
|
|
Loading…
Reference in a new issue