mirror of
https://github.com/ARMSX2/ARMSX1.git
synced 2026-08-24 16:53:35 -07:00
Manually clone repository on all platforms
This commit is contained in:
@@ -9,11 +9,14 @@ jobs:
|
||||
runs-on: macos-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install SDL2 and dylibbundler
|
||||
run: |
|
||||
brew install sdl2
|
||||
brew install dylibbundler
|
||||
- name: Clone repository
|
||||
run: |
|
||||
git clone https://github.com/allkern/psx
|
||||
cd psx
|
||||
- name: Build and pack PSXE
|
||||
run: |
|
||||
git fetch --all --tags
|
||||
|
||||
@@ -9,11 +9,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install SDL2
|
||||
run: |
|
||||
sudo apt update &&
|
||||
sudo apt install libsdl2-dev
|
||||
- name: Clone repository
|
||||
run: |
|
||||
git clone https://github.com/allkern/psx
|
||||
cd psx
|
||||
- name: Build PSXE
|
||||
run: |
|
||||
git fetch --all --tags
|
||||
|
||||
@@ -9,7 +9,10 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Clone repository
|
||||
run: |
|
||||
git clone https://github.com/allkern/psx
|
||||
cd psx
|
||||
- name: Run build-deps
|
||||
run: ./build-deps.ps1
|
||||
- name: 64-bit build
|
||||
|
||||
Reference in New Issue
Block a user