Skip to content

Commit

Permalink
Rename some files.
Browse files Browse the repository at this point in the history
  • Loading branch information
yarkinwho committed Dec 8, 2023
1 parent d18048a commit b192ea4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/node.yml → .github/workflows/silkworm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
submodules: 'false'

- name: Attach Documentation
run: cat .github/workflows/node.md >> $GITHUB_STEP_SUMMARY
run: cat .github/workflows/siklworm.md >> $GITHUB_STEP_SUMMARY

d:
name: Discover Platforms
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
token: ${{secrets.GITHUB_TOKEN}}

- name: Build EOS EVM Silkworm
run: .github/workflows/build-node.sh
run: .github/workflows/build-tests.sh
env:
CC: gcc-11
CXX: g++-11
Expand Down

0 comments on commit b192ea4

Please sign in to comment.