updated github actions workflow

This commit is contained in:
Vomitblood 2024-08-08 01:44:46 +08:00
parent 7d4d8827d0
commit 02793f0851

View file

@ -11,10 +11,13 @@ permissions:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
# container: container:
# image: ubuntu:22.04 image: ubuntu:22.04
steps: steps:
- name: Testing
run: echo $SHELL
- name: Install Rust - name: Install Rust
run: | run: |
apt update && apt install -y curl apt update && apt install -y curl