ppp-sync/.github/workflows/raven-rocm.yml

35 lines
720 B
YAML
Raw Normal View History

2024-07-31 16:34:27 +02:00
name: Process Radeon ROCm Repository (Raven)
on:
push:
branches:
- main
paths:
- '.github/raven-rocm'
jobs:
build:
runs-on: ubuntu-latest
container:
image: ubuntu:latest
volumes:
- /proc:/proc
options: --privileged -it
steps:
2024-07-31 16:43:07 +02:00
- name: Install Some essentials
2024-07-31 17:02:18 +02:00
run: apt-get update -y && apt-get install -y wget npm rsync nodejs
2024-07-31 16:43:07 +02:00
2024-07-31 16:34:27 +02:00
- 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