Replies: 2 comments
-
This will fix: diff --git a/test/Makefile b/test/Makefile
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,5 +1,5 @@
CC=@clang
-OPT=@opt
+OPT=@opt-10
RM=@rm
EXAMPLE_C_FILES = $(shell find . -type f -name '*.c') |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think there is some problem in environment setting of Github Actions.
If I type
make test
in K-cloud server, my implementation works correctly.However, it fails in Github Actions and the failed log is as below:
It seems that
opt
command in a test script doesn't work in Github Actions' runner.Beta Was this translation helpful? Give feedback.
All reactions