Skip to content

Commit

Permalink
Update actions2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sbansla authored Feb 23, 2024
1 parent accbbf0 commit 907706d
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/actions2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ jobs:
# run: |
# node .github/scripts/test_child_process.js

job2:
name: Running job2
runs-on: ubuntu-latest
steps:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.103'
- name: Display
run: ls /usr/share/dotnet/sdk/
- name: Remove faulty SDK version
run: sudo rm -rf /usr/share/dotnet/sdk/{7*,8*}
- name: Display
run: ls /usr/share/dotnet/sdk/
- name: Get installed dotnet version
run: dotnet --version
# job2:
# name: Running job2
# runs-on: ubuntu-latest
# steps:
# - name: Setup .NET Core SDK
# uses: actions/setup-dotnet@v3
# with:
# dotnet-version: '7.0.103'
# - name: Display
# run: ls /usr/share/dotnet/sdk/
# - name: Remove faulty SDK version
# run: sudo rm -rf /usr/share/dotnet/sdk/{7*,8*}
# - name: Display
# run: ls /usr/share/dotnet/sdk/
# - name: Get installed dotnet version
# run: dotnet --version

job3:
name: Running job on windows
Expand Down

0 comments on commit 907706d

Please sign in to comment.