File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 39
39
jobs :
40
40
41
41
build-redis :
42
- name : ${{inputs.osnick}} (${{inputs.arch}})
43
-
44
42
runs-on : ubuntu-latest
45
43
container : ${{inputs.docker_image}}
44
+
46
45
steps :
46
+ - name : install dependencies
47
+ run : ${{inputs.deps}}
47
48
48
49
- name : determine if in fork
49
50
id : iamafork
@@ -52,15 +53,11 @@ jobs:
52
53
echo "am I fork: ${amfork}"
53
54
echo "IAMAFORK=$amfork" >> $GITHUB_OUTPUT
54
55
55
- - name : install dependencies
56
- run : ${{inputs.deps}}
57
-
58
- - name : check out
59
- uses : actions/checkout@v4
56
+ - uses : actions/checkout@v4
60
57
with :
61
58
path : redis-builder
62
59
63
- - name : load versions
60
+ - name : load envvars
64
61
uses : c-py/action-dotenv-to-setenv@v5
65
62
id : get_config_versions
66
63
with :
Original file line number Diff line number Diff line change 22
22
ubuntu-bionic-x86-64 :
23
23
uses : ./.github/workflows/BUILD-REUSABLE.yml
24
24
with :
25
- docker_image : ubuntu:bionic
25
+ docker_image : ubuntu:18.04
26
26
deps : apt-get update -qq && apt-get install -qqy build-essential libssl-dev python3 python3-pip jq wget
27
27
osnick : ubuntu18.04
28
28
secrets : inherit
You can’t perform that action at this time.
0 commit comments