Skip to content

Commit

Permalink
WIP: testin ci
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Dec 27, 2023
1 parent 5dcede0 commit 67a3042
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/rhinoplugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '4.8' # replace with your .NET version
#install net48
- name: Install .NET Framework 4.8
uses: microsoft/[email protected]

- name: Restore dependencies
run: dotnet restore ./CsRhino/ScriptSync.csproj # replace with your .csproj path
Expand Down

0 comments on commit 67a3042

Please sign in to comment.