Skip to content

Commit

Permalink
x84 arch
Browse files Browse the repository at this point in the history
  • Loading branch information
baynezy committed Jan 22, 2025
1 parent fda4b22 commit 514902c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/step-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
with:
ref: ${{ inputs.checkout-ref }}
- name: Setup .NET Core
run: |
sudo apt-get update
sudo apt-get install -y dotnet-sdk-8.0
uses: actions/[email protected]
with:
dotnet-version: 8.0.x
architecture: x86
- name: Restore
uses: cake-build/cake-action@v2
with:
Expand Down

0 comments on commit 514902c

Please sign in to comment.