Skip to content

Commit

Permalink
CI: Set default shell for Vita build.
Browse files Browse the repository at this point in the history
vitasdk image only comes with sh.
Previously, the shell was mentioned on each run step.
  • Loading branch information
FtZPetruska authored and slouken committed Sep 14, 2021
1 parent 1e6e9f3 commit 333ea51
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/vita.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Build (Sony Playstation Vita)

on: [push, pull_request]

defaults:
run:
shell: sh

jobs:
vita:
runs-on: ubuntu-latest
Expand All @@ -13,10 +17,7 @@ jobs:
run: |
apk update
apk add cmake make
shell: sh
- name: Configure CMake
run: cmake -S. -Bbuild -DCMAKE_TOOLCHAIN_FILE=${VITASDK}/share/vita.toolchain.cmake -DCMAKE_BUILD_TYPE=Release
shell: sh
- name: Build
run: cmake --build build
shell: sh

0 comments on commit 333ea51

Please sign in to comment.