Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
Atralupus committed Jan 9, 2025
1 parent 69a51ce commit eded062
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true

- # Add support for more platforms with QEMU (optional)
# https://github.com/docker/setup-qemu-action
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4
with:
submodules: true

- uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
Expand Down

0 comments on commit eded062

Please sign in to comment.