summaryrefslogtreecommitdiffstats
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2024-02-23 19:05:23 -0800
committerGitHub <noreply@github.com>2024-02-23 19:05:23 -0800
commita1827ee5e9b8088b23db3fa688b7bd62b7bbe9ac (patch)
treeeab251421b70f2ee64a0e420e270ed6295bd2987 /.github/workflows/macos.yml
parent401d8cdb12ae69aeb216c80c9bb90240d8359649 (diff)
SPIRV Fixes. (#3622)
* Use SpvSourceLanguageSlang enum. * Fix spirv entrypoint interface. * Cleanup. * Add error on unknown spirv opcode. * Fix CI. * Fix.
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r--.github/workflows/macos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 11d54a247..30a3fe003 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -69,4 +69,4 @@ jobs:
CONFIGURATION=${{matrix.configuration}}
CC=${{matrix.compiler}}
ARCH=${{matrix.targetPlatform}}
- source ./github_test.sh
+ source .github/github_test.sh