Update .gitea/workflows/ci.yml
debug
This commit is contained in:
parent
1c3093f901
commit
1917ae6090
1 changed files with 3 additions and 3 deletions
|
|
@ -6,14 +6,14 @@ on:
|
|||
|
||||
jobs:
|
||||
test-amd64:
|
||||
runs-on: [rust-latest, amd64-builder]
|
||||
runs-on: [ubuntu-24.04, amd64-builder]
|
||||
steps:
|
||||
- name: Build
|
||||
- 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
|
||||
cargo build
|
||||
|
||||
test-arm64:
|
||||
runs-on: [rust-latest, arm64-builder]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue