Skip to content

Commit

Permalink
Update win-x86-runtime-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 authored Dec 5, 2024
1 parent be9c915 commit 4dca1c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/win-x86-runtime-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Test runtime build
run: |
cd c:\temp
git clone https://github.com/dotnet/runtime --single-branch --depth 1 --branch feature/fcalls-cleanups-3
git clone https://github.com/am11/runtime --single-branch --depth 1 --branch feature/fcalls-cleanups-3
cd runtime
./build.cmd -arch x86 -cross -s clr+libs
try {
Expand All @@ -20,4 +20,3 @@ jobs:
Get-Content C:\temp\DivUInt64Internal.log
throw $_
}

0 comments on commit 4dca1c9

Please sign in to comment.