Update .gitea/workflows/ci.yml
This commit is contained in:
parent
1917ae6090
commit
a8a8be6700
1 changed files with 2 additions and 4 deletions
|
|
@ -6,13 +6,12 @@ on:
|
|||
|
||||
jobs:
|
||||
test-amd64:
|
||||
runs-on: [ubuntu-24.04, amd64-builder]
|
||||
runs-on: [rust-latest, amd64-builder]
|
||||
steps:
|
||||
- name: Install rustup
|
||||
run: |
|
||||
apt update -m
|
||||
apt install -y curl
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
ls
|
||||
|
||||
test-arm64:
|
||||
|
|
@ -23,4 +22,3 @@ jobs:
|
|||
apt update -m
|
||||
apt install -y curl
|
||||
ls
|
||||
cargo build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue