This commit is contained in:
parent
08d1d12423
commit
a52bd592c6
@ -11,21 +11,13 @@ jobs:
|
|||||||
build-rust-latest:
|
build-rust-latest:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '16'
|
node-version: '16'
|
||||||
|
|
||||||
- name: Install Rust tools (if needed)
|
- name: Checkout code
|
||||||
run: |
|
uses: actions/checkout@v3
|
||||||
# Install any specific Rust tools required for your build
|
|
||||||
# For example:
|
|
||||||
# rustup default stable
|
|
||||||
# rustup component add clippy rustfmt
|
|
||||||
# cargo install cargo-audit
|
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user