Skip to content

Commit

Permalink
added missing checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
arrudagates committed Nov 9, 2023
1 parent 29a1e56 commit 6e72db0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
working-directory: ./tinkernet

steps:
- uses: actions/checkout@v4

- name: Free disk space
run: |
sudo rm -rf /usr/share/dotnet
Expand Down Expand Up @@ -84,6 +86,8 @@ jobs:
working-directory: ./invarch

steps:
- uses: actions/checkout@v4

- name: Free disk space
run: |
sudo rm -rf /usr/share/dotnet
Expand Down

0 comments on commit 6e72db0

Please sign in to comment.