fix: Install some more stuff
Some checks failed
ci / build (x86_64-unknown-linux-gnu) (push) Failing after 5s
ci / build (wasm32-unknown-unknown) (push) Failing after 12s
Publish Docker / build (push) Failing after 8m57s

This commit is contained in:
Nathan Woodburn 2025-02-14 13:21:19 +11:00
parent 27d2038b33
commit 2bba56e811
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -16,6 +16,9 @@ jobs:
apt-get update apt-get update
apt-get install curl -y apt-get install curl -y
curl -fsSL https://get.docker.com | sh curl -fsSL https://get.docker.com | sh
- name: Install building tools
run: |
apt-get install build-essential python3 python3-pip -y
- name: Build and push image - name: Build and push image
uses: elgohr/Publish-Docker-Github-Action@v5 uses: elgohr/Publish-Docker-Github-Action@v5