This commit is contained in:
parent
6393da234d
commit
00f773bac7
1 changed files with 1 additions and 4 deletions
|
@ -11,15 +11,12 @@ env:
|
|||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: alpine-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Cargo via Ubuntu package
|
||||
run: sudo apt update && sudo apt-get install -y rustup
|
||||
|
||||
- name: Install Rust
|
||||
run: rustup-init -y
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue