Skip to content

Commit

Permalink
Fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
skibitsky committed Dec 13, 2023
1 parent 17a0695 commit 3f0372c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-csharp-libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
dotnet-version: 8.0.x
cache: true

- name: Install dotnet-script
run: dotnet tool install -g dotnet-script

- name: Download build artifacts
Expand Down

0 comments on commit 3f0372c

Please sign in to comment.