ppp-sync/.github/workflows/raven-rocm.yml
ferreo 7a468aa427
All checks were successful
Process Radeon ROCm Repository (Raven) / build (push) Successful in 1m0s
Process Steam Powered Repository (Parrot) / build (push) Successful in 1m20s
Process Intel Official Repository (Pigeon) / build (push) Successful in 1m10s
Update .github/workflows/raven-rocm.yml
2024-10-04 12:45:31 +02:00

37 lines
757 B
YAML

name: Process Radeon ROCm Repository (Raven)
on:
schedule:
- cron: '17 1 * * *'
push:
branches:
- main
paths:
- '.github/raven-rocm'
jobs:
build:
runs-on: ubuntu-latest
container:
image: ubuntu:latest
volumes:
- /proc:/proc
options: --privileged -it
steps:
- name: Install Some essentials
run: apt-get update -y && apt-get install -y wget npm rsync nodejs
- uses: actions/checkout@v3
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
name: id_rsa
known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: replace
- name: Pika Package Processor Script
run: ./raven-rocm.sh