fix(cicd): remove unneeded docker setup
This commit is contained in:
parent
e1c7d5b5b8
commit
42f9dca9ac
1 changed files with 0 additions and 5 deletions
|
@ -56,11 +56,6 @@ jobs:
|
|||
- name: 📥 Checkout source
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
|
||||
- name: 🐳 Set up Docker CLI
|
||||
uses: https://github.com/docker/setup-docker-action@v3
|
||||
with:
|
||||
docker-binaries: true
|
||||
|
||||
- name: 🛠️ Install Rust toolchain
|
||||
uses: https://github.com/actions-rs/toolchain@v1
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue