Skip to content

Commit 5fc6c0a

Browse files
committed
Need sudo now??
1 parent 4da763d commit 5fc6c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
--disable-timers --disable-atomic --disable-file --disable-misc \
6464
--disable-locale --disable-loadso --disable-cpuinfo
6565
make -j$(sysctl -n hw.ncpu)
66-
cp build/.libs/libSDL2.a /usr/local/lib
66+
sudo cp build/.libs/libSDL2.a /usr/local/lib
6767
popd
6868
6969
mkdir rgbds

0 commit comments

Comments
 (0)