Skip to content

Commit

Permalink
Take 2 at invoking clang, and don't archive clang build
Browse files Browse the repository at this point in the history
  • Loading branch information
indigodarkwolf committed Jul 20, 2024
1 parent 81e9f42 commit fc26cf6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,10 @@ jobs:
version: "10.0"
- name: Build Box16 (Ubuntu-Clang)
run: |
export CC=clang
export CXX=clang++
cd build
make
- name: Archive Ubuntu-Clang build
uses: actions/upload-artifact@v3
with:
name: box16-nr42.xx-linux-clang
path: build/box16/
build-ubuntu-trace:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit fc26cf6

Please sign in to comment.