Skip to content

Commit

Permalink
actions BUGFIX debug print CESNET#1
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Mar 18, 2024
1 parent d69f738 commit 99697d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ jobs:
run: |
pip install apkg
apkg system-setup
git log --oneline -n1 --grep="^VERSION"
apkg build
apkg install
if: ${{ matrix.config.name == 'DEB Package' }}
Expand Down Expand Up @@ -201,7 +202,7 @@ jobs:
run: |
git config --global core.eol ${{ matrix.eol }}
- uses: actions/checkout@v3
- uses: actions/checkout@main

- name: Get number of CPU cores
id: cpu-cores
Expand Down

0 comments on commit 99697d7

Please sign in to comment.