Skip to content

Commit

Permalink
Updated rworkflows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomrrr1 committed Mar 1, 2024
1 parent a78916c commit e0d4c4a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rworkflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
cont: ~
rspm: ~
steps:
- name: Setup .NET # Install dotnet v6.0.x to run mspc
uses: actions/setup-dotnet@v1
- uses: actions/checkout@v4
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'
- uses: neurogenomics/rworkflows@master
Expand Down

0 comments on commit e0d4c4a

Please sign in to comment.