Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsZariep authored Sep 17, 2024
1 parent f82c314 commit dca3cd6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ jobs:
- name: Build with GCC
run: |
make CC=gcc
make CC=gcc WITHX11=0
strip gxcapindicator
mv gxcapindicator ${{ env.GH_RELEASE_FILE }}-Evdev
make CC=gcc WITHX11=1
strip gxcapindicator
mv gxcapindicator ${{ env.GH_RELEASE_FILE }}-X11
continue-on-error: true
- name: Build with Clang
run: |
Expand All @@ -62,4 +63,4 @@ jobs:
tag_name: ${{ env.GH_RELEASE_VERSION }}
files: |
${{ env.GH_RELEASE_FILE }}-Evdev
${{ env.GH_RELEASE_FILE }}-X11
${{ env.GH_RELEASE_FILE }}-X11

0 comments on commit dca3cd6

Please sign in to comment.