Skip to content

Commit

Permalink
Merge pull request #2 from alexkiri/main
Browse files Browse the repository at this point in the history
Using a smaller, faster container
  • Loading branch information
MaxLastBreath authored Sep 13, 2023
2 parents 227571e + 719569a commit cc7650c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ on: [workflow_dispatch, push]
jobs:
build:
runs-on: ubuntu-latest
container: pixelkiri/devkitpro-switch-dev:latest
container: pixelkiri/devkitpro-alpine-switch:latest
steps:
- name: Checkout
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
- name: Build
continue-on-error: true
run: |
make -j2
- name: Upload artifacts
Expand Down

0 comments on commit cc7650c

Please sign in to comment.