We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cebba64 commit 9c26102Copy full SHA for 9c26102
1 file changed
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Build RIP GCC
40
run: |
41
set -x
42
- .github/scripts/build-rip.sh
+ .github/scripts/build-rip.sh --with-realtime=uspace
43
- name: Verify no untracked or modified files after build
44
45
.github/scripts/verify-clean-repo.sh
@@ -100,7 +100,7 @@ jobs:
100
- name: Build RIP Clang
101
102
103
- CC=clang CXX=clang++ .github/scripts/build-rip.sh
+ CC=clang CXX=clang++ .github/scripts/build-rip.sh --with-realtime=uspace
104
105
106
0 commit comments