Skip to content

Commit

Permalink
workflows: try to fix vita and 3ds...
Browse files Browse the repository at this point in the history
  • Loading branch information
Cpasjuste committed Apr 19, 2024
1 parent 6943c6d commit 67ea252
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/3ds-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:

build-3ds-dev:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
container: devkitpro/devkitarm:latest
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/3ds-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:

build-3ds-release:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
container: devkitpro/devkitarm:latest
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vita-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install build dependencies
run: |
sudo apt -yq update
sudo apt -yq install build-essential cmake git zip curl python
sudo apt -yq install build-essential cmake git zip curl
- name: Install vita toolchain
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vita-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install build dependencies
run: |
sudo apt -yq update
sudo apt -yq install build-essential cmake git zip curl python
sudo apt -yq install build-essential cmake git zip curl
- name: Install vita toolchain
run: |
Expand Down

0 comments on commit 67ea252

Please sign in to comment.