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 e0ce1cb commit e3416ccCopy full SHA for e3416cc
.github/workflows/self-hosted.yml
@@ -62,7 +62,7 @@ jobs:
62
steps:
63
- name: Run unit-tests
64
working-directory: ${{ env.build_dir }}
65
- run:
+ run: |
66
chmod +x scripts/run_tests_fallback.sh
67
if ./scripts/run_tests_fallback.sh | tee /dev/tty | grep -qE "FAILED|ERROR"; then
68
exit 1
.github/workflows/ubuntu.yml
@@ -18,8 +18,8 @@ jobs:
18
matrix:
19
include:
20
- os: ubuntu-22.04
21
- cuda: "11.7"
22
- gcc: 8
+ cuda: "11.6"
+ gcc: 11
23
env:
24
build_dir: "build"
25
config: "Release"
0 commit comments