File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed
Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,6 @@ jobs:
129129 repository : meelgroup/cryptominisat
130130 ref : synthesis
131131 path : cryptominisat
132- token : ${{ secrets.BUILD_TOKEN }}
133132 submodules : ' true'
134133
135134 - name : Build CMS
@@ -212,10 +211,9 @@ jobs:
212211 - name : Checkout arjun
213212 uses : actions/checkout@v4
214213 with :
215- repository : meelgroup/arjun-private
214+ repository : meelgroup/arjun
216215 ref : synthesis2
217216 path : arjun
218- token : ${{ secrets.BUILD_TOKEN }}
219217 - name : Build arjun
220218 run : |
221219 cd arjun
@@ -228,10 +226,9 @@ jobs:
228226 - name : Checkout approxmc
229227 uses : actions/checkout@v4
230228 with :
231- repository : meelgroup/approxmc-private
229+ repository : meelgroup/approxmc
232230 ref : synthesis
233231 path : approxmc
234- token : ${{ secrets.BUILD_TOKEN }}
235232 submodules : ' true'
236233 - name : Build approxmc
237234 run : |
Original file line number Diff line number Diff line change @@ -215,10 +215,9 @@ jobs:
215215 - name : Checkout arjun
216216 uses : actions/checkout@v4
217217 with :
218- repository : meelgroup/arjun-private
218+ repository : meelgroup/arjun
219219 ref : synthesis2
220220 path : arjun
221- token : ${{ secrets.BUILD_TOKEN }}
222221 - name : Build arjun
223222 run : |
224223 cd arjun
@@ -231,10 +230,9 @@ jobs:
231230 - name : Checkout approxmc
232231 uses : actions/checkout@v4
233232 with :
234- repository : meelgroup/approxmc-private
233+ repository : meelgroup/approxmc
235234 ref : synthesis
236235 path : approxmc
237- token : ${{ secrets.BUILD_TOKEN }}
238236 submodules : ' true'
239237 - name : Build approxmc
240238 run : |
You can’t perform that action at this time.
0 commit comments