File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -18,19 +18,19 @@ jobs:
18
18
container :
19
19
image : debian:10
20
20
steps :
21
- - uses : actions/checkout@v3
22
- with :
23
- submodules : recursive
24
21
- uses : actions/cache@v3
25
22
with :
26
23
path : |
27
24
~/PawPawBuilds
28
25
key : ${{ matrix.target }}-v${{ env.CACHE_VERSION }}
29
- - name : bootstrap
26
+ - name : install dependencies
30
27
shell : bash
31
28
run : |
32
29
sudo apt-get update -qq
33
30
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
34
34
- name : bootstrap
35
35
shell : bash
36
36
run : |
50
50
target : [macos-universal]
51
51
runs-on : macos-11
52
52
steps :
53
- - uses : actions/checkout@v3
54
- with :
55
- submodules : recursive
56
53
- uses : actions/cache@v3
57
54
with :
58
55
path : |
62
59
shell : bash
63
60
run : |
64
61
brew install cmake git jq meson
62
+ - uses : actions/checkout@v3
63
+ with :
64
+ submodules : recursive
65
65
- name : bootstrap
66
66
shell : bash
67
67
run : |
83
83
container :
84
84
image : ubuntu:23.10
85
85
steps :
86
- - uses : actions/checkout@v3
87
- with :
88
- submodules : recursive
89
86
- uses : actions/cache@v3
90
87
with :
91
88
path : |
102
99
sudo apt-get install -yqq binutils-mingw-w64-x86-64 g++-mingw-w64-x86-64
103
100
fi
104
101
sudo apt-get install -yqq autoconf automake curl cmake git mingw-w64 wine-stable
102
+ - uses : actions/checkout@v3
103
+ with :
104
+ submodules : recursive
105
105
- name : bootstrap
106
106
shell : bash
107
107
run : |
You can’t perform that action at this time.
0 commit comments