Skip to content

Commit b48e792

Browse files
committed
fix gihub actions v2
1 parent ce759f6 commit b48e792

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/build-3ds.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
run: |
3535
export CC=arm-none-eabi-gcc
3636
export HOST=arm-none-eabi
37-
# Fullheap-safe via CFLAGS define (tested stable config)
38-
export CFLAGS="-O2 -DNETSURF_USE_SAFE_FULLHEAP"
37+
export CFLAGS='-O2 -DNETSURF_USE_SAFE_FULLHEAP'
3938
make TARGET=3ds HOST=arm-none-eabi CC=arm-none-eabi-gcc -j"$(nproc)"
4039
make TARGET=3ds HOST=arm-none-eabi CC=arm-none-eabi-gcc bundle -j"$(nproc)"
4140
@@ -44,11 +43,8 @@ jobs:
4443
mkdir -p stage
4544
unzip bundle/resources.zip -d stage
4645
mkdir -p stage/share/netsurf
47-
# Add CA bundle (PEM)
4846
curl -L https://curl.se/ca/cacert.pem -o stage/share/netsurf/ca-bundle.crt
49-
# Add mime.types
5047
curl -L https://raw.githubusercontent.com/nginx/nginx/master/conf/mime.types -o stage/share/netsurf/mime.types
51-
# Repack
5248
(cd stage && zip -qr ../resources.patched.zip share)
5349
mv resources.patched.zip bundle/resources.zip
5450

0 commit comments

Comments
 (0)