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