Skip to content

Commit

Permalink
hardcode ref instead of main to workaround broken pr
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Mar 21, 2024
1 parent 4daf06a commit 0eca346
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ jobs:
if: ${{ steps.get-sig.outputs.stash-hit != 'true' }}
uses: actions/checkout@v4
with:
ref: 'main'
# hardcode ref without broken pr
ref: '43a552715e4c0c005cb73cfb6dca0f996de76f3a'
path: velox_main

- name: Install Dependencies
Expand Down

0 comments on commit 0eca346

Please sign in to comment.