Skip to content

Commit

Permalink
fixed submodule initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
suryajasper committed Jul 17, 2024
1 parent 35c8800 commit fe8856a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/run_bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: 'recursive'
submodules: 'true'

- name: Update IREE
run: |
cd $GITHUB_WORKSPACE/third_party/iree
git submodule update --init
- name: Set up CMake
uses: jwlawson/actions-setup-cmake@v1
Expand Down

0 comments on commit fe8856a

Please sign in to comment.