Skip to content

Commit

Permalink
Merge pull request #45 from l-monninger/main
Browse files Browse the repository at this point in the history
[CICD fix] bad actions dir structure.
  • Loading branch information
l-monninger authored Sep 24, 2023
2 parents 813e1c3 + 062448a commit fe3289e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
labels: movement-runner

steps:

- name: Checkout Repository
uses: actions/checkout@v2
with:
submodules: 'recursive'

- name: Setup
uses: ./.github/actions/setup-linux-x86_64.yml
uses: ./.github/actions/setup-linux-x86_64

- name: Cache cargo registry
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
submodules: 'recursive'

- name: Setup
uses: ./.github/actions/setup-linux-x86_64.yml
uses: ./.github/actions/setup-linux-x86_64

- name: Debugging Info
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
submodules: 'recursive'

- name: Setup
uses: ./.github/actions/setup-linux-x86_64.yml
uses: ./.github/actions/setup-linux-x86_64

- name: Build and Test Subnet
run: |
Expand Down

0 comments on commit fe3289e

Please sign in to comment.