File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ jobs:
1212 runs-on : ubuntu-latest
1313 container : opensuse/leap:15.6
1414 steps :
15- - name : Checkout repository
16- uses : actions/checkout@v4
1715 - name : Install OSC and dependencies
1816 env :
1917 OBS_CONFIG : ${{ secrets.OBS_CONFIG }}
2018 run : |
21- sudo zypper install --non-interactive osc obs-service-obs_scm obs-service-cargo cargo python-zstandard
19+ sudo zypper install --non-interactive osc obs-service-obs_scm obs-service-cargo cargo python-zstandard cargo-packaging sudo tar git
2220 mkdir -p ~/.config/osc
2321 echo "$OBS_CONFIG" > ~/.config/osc/oscrc
22+ - name : Checkout repository
23+ uses : actions/checkout@v4
2424 - name : Checkout Open Build Service repository
2525 run : |
2626 osc co home:chyyran:librashader/librashader
You can’t perform that action at this time.
0 commit comments