Skip to content

Commit

Permalink
Revert "Test ReFS"
Browse files Browse the repository at this point in the history
This reverts commit e3b3ec2.
  • Loading branch information
jetersen committed Dec 9, 2024
1 parent e3b3ec2 commit 91838db
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,6 @@ jobs:
- os: windows-2022
cache: true
DOTNET_INSTALL_DIR: ''
- os: windows-2019
cache: false
DOTNET_INSTALL_DIR: 'E:\dotnet'
- os: windows-2022
cache: false
DOTNET_INSTALL_DIR: 'E:\dotnet'
- os: windows-2019
cache: true
DOTNET_INSTALL_DIR: 'E:\dotnet'
- os: windows-2022
cache: true
DOTNET_INSTALL_DIR: 'E:\dotnet'
fail-fast: false
steps:
- name: Collect Workflow Telemetry
Expand All @@ -69,21 +57,12 @@ jobs:
with:
fetch-depth: 0

- name: Setup ReFS Drive
uses: samypr100/setup-dev-drive@v3
if: ${{ startsWith(matrix.os, 'windows') && matrix.DOTNET_INSTALL_DIR == 'E:\dotnet' }}
with:
drive-size: 10GB
drive-type: Dynamic
drive-path: D:\dev_drive.vhdx

- name: Set Windows Environment Variables
if: ${{ startsWith(matrix.os, 'windows') && matrix.DOTNET_INSTALL_DIR != '' }}
shell: pwsh
run: |
echo "DOTNET_INSTALL_DIR=${{ matrix.DOTNET_INSTALL_DIR }}" >> $ENV:GITHUB_ENV
$driveLetter = "${{ matrix.DOTNET_INSTALL_DIR }}"[0]
echo "NUGET_PACKAGES=${driveLetter}:\nuget\packages" >> $ENV:GITHUB_ENV
echo "NUGET_PACKAGES=D:\nuget\packages" >> $ENV:GITHUB_ENV
- name: Print matrix values
run: |
Expand Down

0 comments on commit 91838db

Please sign in to comment.