Manually clone repository on all platforms

This commit is contained in:
allkern
2023-06-22 23:16:20 -03:00
parent 419eb2cff4
commit ce3c94164a
3 changed files with 12 additions and 4 deletions
+4 -1
View File
@@ -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
+4 -2
View File
@@ -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
+4 -1
View File
@@ -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