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