File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7676 # but also really annoying to build CI around when it needs secrets to work right.)
7777 - id : plan
7878 run : |
79- dist ${{ (!github.event.pull_request && format('host --steps=create --tag={0}', github.ref_name)) || 'plan' }} --output-format=json > plan-dist-manifest.json
79+ dist ${{ (!github.event.pull_request && format('host --steps=create --tag={0} --target=x86_64-unknown-linux-gnu ', github.ref_name)) || 'plan --target=x86_64-unknown-linux-gnu ' }} --output-format=json > plan-dist-manifest.json
8080 echo "dist ran successfully"
8181 cat plan-dist-manifest.json
8282 echo "manifest=$(jq -c "." plan-dist-manifest.json)" >> "$GITHUB_OUTPUT"
@@ -288,7 +288,7 @@ jobs:
288288 steps :
289289 - uses : actions/checkout@v4
290290 with :
291- repository : " openSVM/homebrew- lessvm"
291+ repository : " openSVM/lessvm"
292292 token : ${{ secrets.HOMEBREW_TAP_TOKEN }}
293293 # So we have access to the formula
294294 - name : Fetch homebrew formulae
You can’t perform that action at this time.
0 commit comments