Skip to content

Commit 0cbeb93

Browse files
committed
ci: use openSUSE for OSC
1 parent 84ac8de commit 0cbeb93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-obs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
publish-obs:
1111
if: github.repository == 'SnowflakePowered/librashader'
1212
runs-on: ubuntu-latest
13-
container: fedora:42
13+
container: opensuse/leap:15.6
1414
steps:
1515
- name: Checkout repository
1616
uses: actions/checkout@v4
1717
- name: Install OSC and dependencies
1818
env:
1919
OBS_CONFIG: ${{ secrets.OBS_CONFIG }}
2020
run: |
21-
sudo dnf install -y osc obs-service-obs_scm obs-service-cargo cargo python3-zstandard
21+
sudo zypper install --non-interactive osc obs-service-obs_scm obs-service-cargo cargo python-zstandard
2222
mkdir -p ~/.config/osc
2323
echo "$OBS_CONFIG" > ~/.config/osc/oscrc
2424
- name: Checkout Open Build Service repository

0 commit comments

Comments
 (0)