Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoGiachetta committed Oct 21, 2024
1 parent 28725f7 commit 4e8dcbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/starknet-blocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Build Cairo Native project
if: ${{ matrix.runner == 'native' }}
run: make build
- name: Build runtime subproject
- name: Build runtime
if: ${{ matrix.runner == 'native' }}
run: |
make runtime-ci
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Upload generated Dump
uses: actions/upload-artifact@v4
with:
name: dump-{{matrix.runner}}
name: dump-${{matrix.runner}}
path: state_dumps/${{matrix.runner}}

compare-dump:
Expand Down

0 comments on commit 4e8dcbe

Please sign in to comment.