We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4091793 commit 9fd5023Copy full SHA for 9fd5023
2 files changed
.github/workflows/ci.yml
@@ -176,6 +176,8 @@ jobs:
176
runs-on: ${{ (matrix.labels == '' && 'ubuntu-latest') || matrix.labels }}
177
container: ${{ matrix.image_owner }}${{ matrix.os }}:${{ matrix.codename }}
178
name: linux - ${{ matrix.image_owner }}${{ matrix.os }}:${{ matrix.codename }}
179
+ env:
180
+ CXX: clang++
181
steps:
182
- name: set TZ for ubuntu:focal
183
run: |
tests/app/makefile
@@ -3,8 +3,6 @@ include prorab-test.mk
3
4
$(eval $(call prorab-config, ../../config))
5
6
-this_cxx := clang++
7
-
8
this_name := ruisapp-test
9
10
ifeq ($(config), emsc)
0 commit comments