Skip to content

Commit 212113a

Browse files
committed
fix: tag unavailable
1 parent 348c968 commit 212113a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868

6969
- name: Build
7070
run: |
71+
git fetch --tags -f
7172
# Don't log key on any CI artifact.
7273
cmake -B build/${{ matrix.arch }} -G Ninja \
7374
-DCMAKE_Swift_COMPILER=`which swiftc` \

0 commit comments

Comments
 (0)