add workflow
Some checks failed
Build / build (push) Failing after 6m46s

This commit is contained in:
2024-11-10 01:22:52 +08:00
parent 341a49dd8c
commit e3669fe3f8

View File

@@ -14,7 +14,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install build dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential pkg-config
- uses: actions/checkout@v4
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable