We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da763d commit 5fc6c0aCopy full SHA for 5fc6c0a
.github/workflows/build.yml
@@ -63,7 +63,7 @@ jobs:
63
--disable-timers --disable-atomic --disable-file --disable-misc \
64
--disable-locale --disable-loadso --disable-cpuinfo
65
make -j$(sysctl -n hw.ncpu)
66
- cp build/.libs/libSDL2.a /usr/local/lib
+ sudo cp build/.libs/libSDL2.a /usr/local/lib
67
popd
68
69
mkdir rgbds
0 commit comments