Fix ci workflow after rebase

This commit is contained in:
E M 2026-01-16 08:21:19 +11:00
parent 39f7f4ffe0
commit 84d1e99478
No known key found for this signature in database

View File

@ -54,7 +54,7 @@ jobs:
with:
node-version: 22
- name: Start Ethereum node with Logos Storage contracts
- name: Install Ethereum node dependencies
if: matrix.tests == 'contract' || matrix.tests == 'integration' || matrix.tests == 'tools' || matrix.tests == 'all'
working-directory: vendor/logos-storage-contracts-eth
env:
@ -64,7 +64,7 @@ jobs:
- name: Run Ethereum node with Codex contracts
if: matrix.tests == 'contract' || matrix.tests == 'integration' || matrix.tests == 'tools' || matrix.tests == 'all'
working-directory: vendor/codex-contracts-eth
working-directory: vendor/logos-storage-contracts-eth
env:
MSYS2_PATH_TYPE: inherit
run: |