File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,19 +18,19 @@ jobs:
1818 container :
1919 image : debian:10
2020 steps :
21- - uses : actions/checkout@v3
22- with :
23- submodules : recursive
2421 - uses : actions/cache@v3
2522 with :
2623 path : |
2724 ~/PawPawBuilds
2825 key : ${{ matrix.target }}-v${{ env.CACHE_VERSION }}
29- - name : bootstrap
26+ - name : install dependencies
3027 shell : bash
3128 run : |
3229 sudo apt-get update -qq
3330 sudo apt-get install -yqq autoconf automake build-essential curl cmake git libasound2-dev libdbus-1-dev libgl1-mesa-dev libglib2.0-dev libx11-dev libxcursor-dev libxext-dev libxrandr-dev
31+ - uses : actions/checkout@v3
32+ with :
33+ submodules : recursive
3434 - name : bootstrap
3535 shell : bash
3636 run : |
5050 target : [macos-universal]
5151 runs-on : macos-11
5252 steps :
53- - uses : actions/checkout@v3
54- with :
55- submodules : recursive
5653 - uses : actions/cache@v3
5754 with :
5855 path : |
6259 shell : bash
6360 run : |
6461 brew install cmake git jq meson
62+ - uses : actions/checkout@v3
63+ with :
64+ submodules : recursive
6565 - name : bootstrap
6666 shell : bash
6767 run : |
8383 container :
8484 image : ubuntu:23.10
8585 steps :
86- - uses : actions/checkout@v3
87- with :
88- submodules : recursive
8986 - uses : actions/cache@v3
9087 with :
9188 path : |
10299 sudo apt-get install -yqq binutils-mingw-w64-x86-64 g++-mingw-w64-x86-64
103100 fi
104101 sudo apt-get install -yqq autoconf automake curl cmake git mingw-w64 wine-stable
102+ - uses : actions/checkout@v3
103+ with :
104+ submodules : recursive
105105 - name : bootstrap
106106 shell : bash
107107 run : |
You can’t perform that action at this time.
0 commit comments