Skip to content

Commit

Permalink
fix(misc): correctly look for core files, not ethos-core
Browse files Browse the repository at this point in the history
  • Loading branch information
rudoi committed Jun 21, 2024
1 parent 56d89f4 commit 0d0eadc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
with:
files: |
${{ matrix.app }}/**/*
ethos-core/**/*
core/**/*
Cargo.lock
- name: Install ubuntu dependencies
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
with:
files: |
${{ matrix.app }}/**/*
ethos-core/**/*
core/**/*
Cargo.lock
- name: set up rust toolchain
Expand Down

0 comments on commit 0d0eadc

Please sign in to comment.