FIx broken ci syntax.
All checks were successful
Build and Deploy / deploy (push) Successful in 2m51s

This commit is contained in:
Jessica Canady 2024-04-20 18:53:27 -04:00
parent 1eb92bcdef
commit a6a14d5c2a

View file

@ -2,10 +2,10 @@ name: Build and Deploy
on: [push]
jobs:
deploy:
container:
image: ghcr.io/catthehacker/ubuntu:act-22.04
steps:
- uses: actions/checkout@v4
- container:
image: ghcr.io/catthehacker/ubuntu:act-22.04
- run: |
apt update
apt install libc6 -y