fix(cicd): remove unneeded docker setup

This commit is contained in:
Chance 2025-04-18 22:01:35 -04:00 committed by BitSyndicate
parent b1c8da6ac1
commit 2104f58b20
Signed by: bitsyndicate
GPG key ID: 443E4198D6BBA6DE

View file

@ -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: