mirror of
https://github.com/Vomitblood/stort.git
synced 2025-01-19 09:25:19 +08:00
updated github actions workflow
This commit is contained in:
parent
7d4d8827d0
commit
02793f0851
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -11,10 +11,13 @@ permissions:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
# container:
|
||||
# image: ubuntu:22.04
|
||||
container:
|
||||
image: ubuntu:22.04
|
||||
|
||||
steps:
|
||||
- name: Testing
|
||||
run: echo $SHELL
|
||||
|
||||
- name: Install Rust
|
||||
run: |
|
||||
apt update && apt install -y curl
|
||||
|
|
Loading…
Reference in a new issue