more changes
This commit is contained in:
parent
fc52364f75
commit
d1426adda2
1 changed files with 5 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue