Skip to content

Commit

Permalink
Update dotnet-core.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalPetryka authored Jul 15, 2024
1 parent ca539c9 commit a387edd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
timeout-minutes: 30

steps:
- uses: lorenalexm/install-dumpbin-action@main
- uses: actions/checkout@v4

- if: matrix.os == 'ubuntu-20.04'
Expand All @@ -27,6 +26,9 @@ jobs:
with:
dotnet-version: ${{ matrix.framework }}

- name: Setup dump
uses: lorenalexm/install-dumpbin-action@main

- name: A
run: dumpbin /exports C:/Windows/System32/ntdll.dll

Expand Down

0 comments on commit a387edd

Please sign in to comment.