Skip to content

Commit a38a6cf

Browse files
committed
Fix autocomplete issue
1 parent 97278d1 commit a38a6cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
--target clang \
5454
--build-arg UBUNTU_VERSION=${{ matrix.version.os }} \
5555
--build-arg CLANG_VERSION=${{ matrix.version.clang }} \
56-
--tag ${{ github.event.repository.name }}/${{ matrix.version.os }}:clang{{ matrix.version.clang }}
56+
--tag ${{ github.event.repository.name }}/${{ matrix.version.os }}:clang${{ matrix.version.clang }}

0 commit comments

Comments
 (0)