more changes

This commit is contained in:
Brendan McDevitt 2025-03-27 17:47:24 -05:00
parent fc52364f75
commit d1426adda2

View file

@ -7,11 +7,16 @@ on:
jobs:
update-feed:
runs-on: ubuntu-latest
container:
image: alpine:latest
steps:
- name: Install Dependencies
run: |
# Ensure we have the necessary tools to install packages
apk update
apk add --no-cache \
build-base \
openssh-client \
git \
curl \