Skip to content

Commit 08ad1bc

Browse files
committed
add mono env var
1 parent 510c59e commit 08ad1bc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
run: |
2222
make install release
2323
dotnet nuget push **/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
24+
env:
25+
- FrameworkPathOverride: /usr/lib/mono/4.5/
2426

2527
notify-on-failure:
2628
name: Slack notify on failure

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424

2525
- name: Build & Test
2626
run: make install test
27+
env:
28+
- FrameworkPathOverride: /usr/lib/mono/4.5/
2729
- run: bash <(curl -s https://codecov.io/bash)
2830

2931
notify-on-failure:

0 commit comments

Comments
 (0)