File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 34
34
35
35
include :
36
36
- name : Ubuntu
37
- os : ubuntu-latest
37
+ os : ubuntu-18.04
38
38
ccov : ON
39
39
40
40
- name : macOS
@@ -79,10 +79,10 @@ jobs:
79
79
mkdir -p $HOME/.cache/re2c
80
80
mkdir -p $HOME/.local/opt/re2c
81
81
82
- echo "::set-env name= RE2C_VERSION::$ {{ matrix.re2c }}"
83
- echo "::set-env name= PATH:: $PATH:$HOME/bin:$(brew --prefix lcov)/bin"
84
- echo "::set-env name= MAKEFLAGS:: -j$(getconf _NPROCESSORS_ONLN)"
85
- echo "::set-env name=CI:: true"
82
+ echo "RE2C_VERSION:= {{ matrix.re2c }}" >> $GITHUB_ENV
83
+ echo "PATH= $PATH:$HOME/bin:$(brew --prefix lcov)/bin" >> $GITHUB_ENV
84
+ echo "MAKEFLAGS= -j$(getconf _NPROCESSORS_ONLN)" >> $GITHUB_ENV
85
+ echo "CI= true" >> $GITHUB_ENV
86
86
87
87
- name : Setup Core Dump (Linux)
88
88
if : runner.os == 'Linux'
You can’t perform that action at this time.
0 commit comments