Skip to content

Commit

Permalink
Update UbuntuGH.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Aug 13, 2024
1 parent 822fd33 commit b458df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/UbuntuGH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Update APT & upgrade
run: sudo apt-get update -y && sudo apt-get upgrade -y
# TODO - BUG - use the correct respective branch - check that it is resolved
- name: ${{ matrix.install-gui }}
- name: ${{ matrix.install-gui }} - ${{ matrix.os }}
run: |
if [[ "${{ matrix.install-gui }}" == 'GNOME' ]]; then
sudo apt-get install -y ubuntu-desktop-minimal
Expand Down

0 comments on commit b458df3

Please sign in to comment.