Skip to content

Commit

Permalink
Trying to get ilasm to work
Browse files Browse the repository at this point in the history
  • Loading branch information
FractalFir authored Jan 17, 2024
1 parent fb62d0e commit 2c9de6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
restore-keys: |
${{ runner.os }}-nuget
- name: Install ILASM
run: dotnet add package Microsoft.NETCore.ILAsm --version 8.0.0
#- name: Install ILASM
#run: dotnet add package Microsoft.NETCore.ILAsm --version 8.0.0
- name: Check ILASM
run: ilasm --version

0 comments on commit 2c9de6f

Please sign in to comment.