Skip to content

Commit

Permalink
fixup! Correct linux rights with app.xml #33
Browse files Browse the repository at this point in the history
  • Loading branch information
hdsdi3g committed Apr 10, 2024
1 parent 7169fe8 commit e800729
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/install-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
run: sudo mkdir -p "/opt/internal-repo";
- name: Pre setup manage-internal-deb-repo in root side
run: sh -c 'echo "/opt/internal-repo" > $HOME/.config/.debrepo-rootdeploy'
- name: Install make-deb deps
run: sudo apt-get install -y --no-install-recommends lintian debhelper dh-make devscripts pandoc rpm rpmlint
- name: Prepare app DEB
run: ./make-deb.bash
- name: Put app DEB to internal repo with manage-internal-deb-repo
Expand All @@ -32,7 +34,7 @@ jobs:
- name: Update APT
run: sudo apt-get update
- name: Install app
run: sudo apt-get install -y --no-install-recommends linux-springboot-packager lintian debhelper dh-make devscripts pandoc rpm rpmlint
run: sudo apt-get install -y --no-install-recommends linux-springboot-packager
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit e800729

Please sign in to comment.