File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 97
97
fail-fast : false
98
98
runs-on : ${{ matrix.os }}
99
99
steps :
100
- - name : Set up Go
101
- uses : actions/setup-go@v5
102
- with :
103
- go-version : 1.19
104
100
- uses : actions/download-artifact@v4
105
101
with :
106
102
name : workdir-${{ matrix.pythonStandaloneVersion }} ${{ matrix.pythonVersion }}
@@ -112,6 +108,10 @@ jobs:
112
108
run : |
113
109
git reset --hard
114
110
git checkout v0.0.0-${{ matrix.pythonVersion }}-${{ matrix.pythonStandaloneVersion }}-$(cat build-num)
111
+ - name : Set up Go
112
+ uses : actions/setup-go@v5
113
+ with :
114
+ go-version : 1.19
115
115
- name : run tests
116
116
shell : bash
117
117
run : |
@@ -135,6 +135,9 @@ jobs:
135
135
- uses : actions/download-artifact@v4
136
136
with :
137
137
name : workdir-${{ matrix.pythonStandaloneVersion }} ${{ matrix.pythonVersion }}
138
+ - name : rename .git back
139
+ run : |
140
+ mv git-dir .git
138
141
- name : update remote url
139
142
run : |
140
143
git remote set-url origin https://token:[email protected] /$GITHUB_REPOSITORY
You can’t perform that action at this time.
0 commit comments