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:
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