Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfloogle committed Aug 13, 2023
1 parent a44f9d6 commit cdc8cf6
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,12 @@ name: Build r3Ddragon
jobs:
build:
runs-on: ubuntu-latest
env:
DEVKITARM: /opt/devkitpro/devkitARM
DEVKITPRO: /opt/devkitpro
container: devkitpro/devkitarm

steps:
- uses: actions/checkout@v2
- name: Fetch submodules
run: ${GITHUB_WORKSPACE}/scripts/fetch-submodules
- name: Install devkit pro
run: sudo ${GITHUB_WORKSPACE}/scripts/install-devkitpro-pacman
- name: Install 3DS dev packages
run: sudo ${GITHUB_WORKSPACE}/scripts/install-3DS-dev-packages
- name: Set up GCC
uses: egor-tensin/setup-gcc@v1
with:
version: latest
platform: x64
- name: build r3Ddragon
run: make release
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit cdc8cf6

Please sign in to comment.