Skip to content

Commit 99697d7

Browse files
committed
actions BUGFIX debug print #1
1 parent d69f738 commit 99697d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ jobs:
141141
run: |
142142
pip install apkg
143143
apkg system-setup
144+
git log --oneline -n1 --grep="^VERSION"
144145
apkg build
145146
apkg install
146147
if: ${{ matrix.config.name == 'DEB Package' }}
@@ -201,7 +202,7 @@ jobs:
201202
run: |
202203
git config --global core.eol ${{ matrix.eol }}
203204
204-
- uses: actions/checkout@v3
205+
- uses: actions/checkout@main
205206

206207
- name: Get number of CPU cores
207208
id: cpu-cores

0 commit comments

Comments
 (0)