Try alpine instead
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 6s
Run Tests / test (push) Successful in 2m0s

This commit is contained in:
thepaperpilot 2023-11-05 09:11:10 -06:00
parent 7330a6bda4
commit 005bf5da9a

View file

@ -8,7 +8,7 @@ jobs:
build-and-deploy:
if: github.repository != 'profectus-engine/Profectus' # Don't build placeholder mod on main repo
runs-on: docker
container: ubuntu:latest
container: alpine:3.18
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2