Skip to content

Commit

Permalink
Update Ubuntu_22.04_runner.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Oct 16, 2023
1 parent bcca689 commit b4d7b25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Ubuntu_22.04_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- 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
- uses: actions/checkout@v4
- name: print `github.ref=${{ github.ref }}` and `github.sha=${{ github.sha }}`
Expand Down

0 comments on commit b4d7b25

Please sign in to comment.