Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit cab4cb6

Browse files
committed
debug
1 parent 8c4a962 commit cab4cb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
steps:
2929
- name: Checkout
3030
uses: actions/checkout@v2
31+
- name: Show git tags
32+
run: git describe --tags
3133
- name: Build
3234
run: unset CI && make build/macos
3335

0 commit comments

Comments
 (0)