Skip to content

Commit f5f838f

Browse files
committed
CI: Adjust OpenTitan workflow to use most recent main
mlkem-native has been merged into zerorisc's OpenTitan fork. This commit switches CI to use that commit instead of my own fork. Signed-off-by: Matthias J. Kannwischer <matthias@kannwischer.eu>
1 parent c318c61 commit f5f838f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/integration-opentitan.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@ jobs:
5252
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5353
- uses: ./.github/actions/setup-opentitan
5454
with:
55-
# TODO: switch to upstream once merged
56-
expo-repository: https://github.com/mkannwischer/expo
57-
expo-commit: 8e6cfe2d1cc918fa3ae6cd076e806909bb1c09e0
55+
expo-repository: https://github.com/zerorisc/expo
56+
expo-commit: 941d302a6d2d1ec5b1e3d7448846f56809333cee
5857

5958
- name: Patch mlkem-native dependency
6059
run: |

0 commit comments

Comments
 (0)