File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 74
74
packages : ${{ inputs.bootstrap_packages }}
75
75
add-to-path : false
76
76
77
- - name : Load data from cygport file
78
- shell : C:\cygwin\bin\bash.exe --noprofile --norc -e -o pipefail -o igncr {0}
79
- env :
80
- PATH : C:\cygwin\bin
81
- run : |
82
- vars_cmd=(cygport "$CYGPORT_FILE" vars NAME PVR PF ARCH)
83
- "${vars_cmd[@]}"
84
- eval "$("${vars_cmd[@]}")"
85
- printf 'CYGPORT_NAME=%s\n' "$NAME" | tee -a "$GITHUB_ENV"
86
- printf 'CYGPORT_PVR=%s\n' "$PVR" | tee -a "$GITHUB_ENV"
87
- printf 'CYGPORT_PF=%s\n' "$PF" | tee -a "$GITHUB_ENV"
88
- printf 'CYGPORT_ARCH=%s\n' "$ARCH" | tee -a "$GITHUB_ENV"
89
-
90
77
- name : Check if package cache needs updating
91
78
if : always() && steps.install-bootstrap.outcome == 'success'
92
79
working-directory : C:\
@@ -119,6 +106,19 @@ jobs:
119
106
name : cygwin-logs
120
107
path : C:\cygwin\var\log\
121
108
109
+ - name : Load data from cygport file
110
+ shell : C:\cygwin\bin\bash.exe --noprofile --norc -e -o pipefail -o igncr {0}
111
+ env :
112
+ PATH : C:\cygwin\bin
113
+ run : |
114
+ vars_cmd=(cygport "$CYGPORT_FILE" vars NAME PVR PF ARCH)
115
+ "${vars_cmd[@]}"
116
+ eval "$("${vars_cmd[@]}")"
117
+ printf 'CYGPORT_NAME=%s\n' "$NAME" | tee -a "$GITHUB_ENV"
118
+ printf 'CYGPORT_PVR=%s\n' "$PVR" | tee -a "$GITHUB_ENV"
119
+ printf 'CYGPORT_PF=%s\n' "$PF" | tee -a "$GITHUB_ENV"
120
+ printf 'CYGPORT_ARCH=%s\n' "$ARCH" | tee -a "$GITHUB_ENV"
121
+
122
122
- name : Get build cache
123
123
id : build-cache
124
124
uses : actions/cache/restore@v3
You can’t perform that action at this time.
0 commit comments