|
|
@ -20,14 +20,14 @@ jobs: |
|
|
image: fedora:latest |
|
|
image: fedora:latest |
|
|
|
|
|
|
|
|
steps: |
|
|
steps: |
|
|
# 1. Checkout the repository |
|
|
# 1. Install pre-requisites |
|
|
- name: Checkout repository |
|
|
|
|
|
uses: actions/checkout@v4 |
|
|
|
|
|
|
|
|
|
|
|
# 2. Install pre-requisites |
|
|
|
|
|
- name: Install pre-requisites |
|
|
- name: Install pre-requisites |
|
|
run: dnf install -y patch git |
|
|
run: dnf install -y patch git |
|
|
|
|
|
|
|
|
|
|
|
# 2. Checkout the repository |
|
|
|
|
|
- name: Checkout repository |
|
|
|
|
|
uses: actions/checkout@v4 |
|
|
|
|
|
|
|
|
# 3. Run the update script in the container |
|
|
# 3. Run the update script in the container |
|
|
- name: Run update script |
|
|
- name: Run update script |
|
|
run: ./update.sh |
|
|
run: ./update.sh |
|
|
|