Skip to content

Commit 12adbc3

Browse files
authored
Update build-ramdisk.yml
1 parent 0de082d commit 12adbc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-ramdisk.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup .NET
2020
uses: actions/setup-dotnet@v3
2121
with:
22-
dotnet-version: 9.0.100-rc.2.24474.11 # Match the SDK version
22+
dotnet-version: 9.0.100
2323

2424
# Step 3: Prepare a directory in /dev/shm
2525
- name: Set up Ramdisk Directory
@@ -35,5 +35,5 @@ jobs:
3535
- name: Build and Test
3636
run: |
3737
cd /dev/shm/ramdisk/project
38-
dotnet build --configuration Release
39-
dotnet test --no-build --verbosity normal
38+
dotnet build --configuration Debug --output /dev/shm/ramdisk/build
39+
dotnet test --no-build /dev/shm/ramdisk/build --verbosity normal

0 commit comments

Comments
 (0)