add workflow
Some checks failed
Build / build (push) Failing after 41s

This commit is contained in:
2024-11-10 01:15:28 +08:00
parent 773d5c5c50
commit 4b1ffd387a

View File

@@ -12,13 +12,11 @@ env:
jobs:
build:
runs-on: ubuntu-latest
container:
image: rust:latest
steps:
- uses: actions/checkout@v3
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Cache dependencies
uses: actions/cache@v3
with: