Skip to content

Commit

Permalink
Merge pull request #46 from universal-ctags/drop-clang32
Browse files Browse the repository at this point in the history
package: Drop CLANG32 builds (contd.)
  • Loading branch information
k-takata authored Oct 2, 2024
2 parents 54afc8f + 5ff3039 commit a8108d7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build-ctags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,12 +251,6 @@ jobs:
name: ctags-x64
path: ctags-x64

- name: Download Artifact (clang-x86)
uses: actions/download-artifact@v4
with:
name: ctags-clang-x86
path: ctags-clang-x86

- name: Download Artifact (clang-x64)
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -310,8 +304,6 @@ jobs:
./ctags-x86/ctags-*-x86.debuginfo.zip
./ctags-x64/ctags-*-x64.zip
./ctags-x64/ctags-*-x64.debuginfo.zip
./ctags-clang-x86/ctags-*-x86.zip
./ctags-clang-x86/ctags-*-x86.debuginfo.zip
./ctags-clang-x64/ctags-*-x64.zip
./ctags-clang-x64/ctags-*-x64.debuginfo.zip
Expand Down

0 comments on commit a8108d7

Please sign in to comment.