Skip to content

Commit

Permalink
Update freebsd-x64-runtime-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 authored Jul 16, 2024
1 parent fa6b52c commit c022296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/freebsd-x64-runtime-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
find artifacts/bin -name ilc -exec file {} \;
find artifacts/bin -name crossgen2 -exec file {} \;
mkdir s && cd s && unzip ../artifacts/packages/Debug/Shipping/runtime.freebsd-x64.Microsoft.DotNet.ILCompiler.9.0.0-dev.nupkg;
find artifacts/bin -name ilc -exec file {} \;'
find . -name ilc -exec file {} \;'
# ./dotnet.sh build -v:diag -c Debug -p:TargetOS=freebsd -p:CrossBuild=true src/coreclr/tools/aot/ILCompiler/ILCompiler.csproj'

0 comments on commit c022296

Please sign in to comment.