We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 348c968 commit 212113aCopy full SHA for 212113a
.github/workflows/ci.yml
@@ -68,6 +68,7 @@ jobs:
68
69
- name: Build
70
run: |
71
+ git fetch --tags -f
72
# Don't log key on any CI artifact.
73
cmake -B build/${{ matrix.arch }} -G Ninja \
74
-DCMAKE_Swift_COMPILER=`which swiftc` \
0 commit comments