Skip to content

Commit e64d0a4

Browse files
committed
Temporarily add basic workflow from fork
1 parent d4583ac commit e64d0a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ jobs:
7070
7171
- name: Build
7272
run: >
73-
cmake --build build --target clang-format-check
73+
cmake --build build --target clang-format-check
7474
7575
Spellcheck:
7676
uses: oneapi-src/unified-memory-framework/.github/workflows/spellcheck.yml@main
7777
Build:
7878
needs: [Spellcheck, FastBuild, CodeStyle]
79-
uses: oneapi-src/unified-memory-framework/.github/workflows/basic.yml@main
79+
uses: kswiecicki/unified-memory-framework/.github/workflows/basic.yml@asan-workflow-fix
8080
Benchmark:
8181
needs: [Build]
8282
uses: oneapi-src/unified-memory-framework/.github/workflows/benchmarks.yml@main

0 commit comments

Comments
 (0)