Skip to content

Commit d569312

Browse files
authored
Update opensuse.yml
1 parent ebd5118 commit d569312

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/opensuse.yml

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
- name: Get revision
7474
shell: bash
7575
run: |
76+
sudo apt install subversion
7677
echo "revision=$(svn info --show-item last-changed-revision svn://svn.code.sf.net/p/vice-emu/code/trunk/vice@${{ github.event.inputs.revision }})" >> $GITHUB_ENV
7778
- name: Create Release
7879
id: create_release
@@ -94,6 +95,7 @@ jobs:
9495
- name: Get revision
9596
shell: bash
9697
run: |
98+
sudo apt install subversion
9799
echo -e '### Changelog:\n\n```text' >revbody.txt
98100
svn log -l 5 svn://svn.code.sf.net/p/vice-emu/code/trunk/vice@${{ env.revision }} | sed -e '2,$!d' >>revbody.txt
99101
echo -e '```' >>revbody.txt

0 commit comments

Comments
 (0)