Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanJosipovic committed Jan 17, 2024
1 parent 00be1df commit a4ae5df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:

- name: Setup .NET Core
uses: actions/setup-dotnet@v4
env:
DOTNET_INSTALL_DIR: "./.dotnet"
with:
global-json-file: global.json

Expand All @@ -41,6 +43,8 @@ jobs:

- name: Setup .NET Core
uses: actions/setup-dotnet@v4
env:
DOTNET_INSTALL_DIR: "./.dotnet"
with:
global-json-file: global.json

Expand Down

0 comments on commit a4ae5df

Please sign in to comment.