This repository was archived by the owner on May 5, 2022. It is now read-only.
File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -117,12 +117,16 @@ jobs:
117
117
restore-keys : |
118
118
${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-build-
119
119
120
+ - name : Install harness
121
+ run : |
122
+ mix hex.organization auth cuatro --key $CUATRO_HEX_KEY
123
+ mix archive.install hex harness 0.0.1 --organization cuatro --force
124
+
120
125
- name : Fetch mix dependencies
121
126
if : steps.deps-cache.outputs.cache-hit != 'true'
122
127
run : |
123
128
mix local.rebar --force
124
129
mix local.hex --force
125
- mix hex.organization auth cuatro --key $CUATRO_HEX_KEY
126
130
mix deps.get
127
131
128
132
- name : Compile dependencies
Original file line number Diff line number Diff line change @@ -69,12 +69,16 @@ jobs:
69
69
restore-keys : |
70
70
${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-build-
71
71
72
+ - name : Install harness
73
+ run : |
74
+ mix hex.organization auth cuatro --key $CUATRO_HEX_KEY
75
+ mix archive.install hex harness 0.0.1 --organization cuatro --force
76
+
72
77
- name : Fetch mix dependencies
73
78
if : steps.deps-cache.outputs.cache-hit != 'true'
74
79
run : |
75
80
mix local.rebar --force
76
81
mix local.hex --force
77
- mix hex.organization auth cuatro --key $CUATRO_HEX_KEY
78
82
mix deps.get
79
83
80
84
- name : Compile dependencies
You can’t perform that action at this time.
0 commit comments