Compare commits

...

2 Commits

Author SHA256 Message Date
4653d4cc03 Merge branch 'main' into SLE15SP7
Some checks failed
mr_actions / review (pull_request) Failing after 27s
2025-04-02 19:38:57 +02:00
Marco Strigl
e9ab7f789d add tar 2025-04-02 19:17:51 +02:00

View File

@@ -9,7 +9,7 @@ jobs:
image: opensuse/leap:latest
steps:
- name: Install nodejs
run: zypper in -y nodejs
run: zypper in -y nodejs tar
- run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."