Skip to content

Commit

Permalink
fix: try to fix the usage of github workspace.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxemiliang committed Apr 20, 2024
1 parent ed3d84e commit b278758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-workflow.yml
Expand Up @@ -366,7 +366,7 @@ jobs:
uses: ./.github/workflows/benchmarker.yml
needs: [ build ]
with:
shot_executable_path: "${{ github.workspace }}/build"
shot_executable_path: ${{ github.workspace }}/build
benchmark_folder: "MINLP-convex-small"
benchmark_type: "nl"
enable_gurobi: ${{ inputs.enable_gurobi }}
Expand Down

0 comments on commit b278758

Please sign in to comment.