Skip to content

Commit 9fd5023

Browse files
committed
ci clang++
1 parent 4091793 commit 9fd5023

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ jobs:
176176
runs-on: ${{ (matrix.labels == '' && 'ubuntu-latest') || matrix.labels }}
177177
container: ${{ matrix.image_owner }}${{ matrix.os }}:${{ matrix.codename }}
178178
name: linux - ${{ matrix.image_owner }}${{ matrix.os }}:${{ matrix.codename }}
179+
env:
180+
CXX: clang++
179181
steps:
180182
- name: set TZ for ubuntu:focal
181183
run: |

tests/app/makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ include prorab-test.mk
33

44
$(eval $(call prorab-config, ../../config))
55

6-
this_cxx := clang++
7-
86
this_name := ruisapp-test
97

108
ifeq ($(config), emsc)

0 commit comments

Comments
 (0)