Skip to content

Commit

Permalink
ci: enable submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
ashquarky committed Sep 12, 2022
1 parent cedce6c commit fb064ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: build toolchain container
run: docker build . -t builder
- uses: ammaraskar/gcc-problem-matcher@master
- name: build Nimble
- name: build ntrview
run: docker run --rm -v ${PWD}:/app -w /app builder
- uses: actions/upload-artifact@master
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# that's right folks we building decaf
FROM debian:buster-slim AS decaf-build
FROM devkitpro/devkitppc:20220821 AS decaf-build
RUN apt-get -y update && apt-get -y install --no-install-recommends \
zlib1g-dev libcurl4-openssl-dev libssl-dev libuv1-dev libc-ares-dev python3 \
cmake make gcc g++ git ca-certificates \
Expand Down

0 comments on commit fb064ff

Please sign in to comment.