We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9eb5df commit 3c330aeCopy full SHA for 3c330ae
2 files changed
.github/workflows/linux.yml
@@ -39,7 +39,7 @@ jobs:
39
xdg-user-dirs-gtk-update
40
sudo locale-gen en_US.UTF-8
41
sudo update-locale LANG=en_US.UTF-8
42
- notification-daemon --display=:0 -r &
+ /usr/lib/notification-daemon-1.0/notification-daemon --display=:0 -r &
43
- name: "Unlock Keyring"
44
uses: t1m0thyj/unlock-keyring@v1
45
- name: "Restore"
.github/workflows/macos.yml
@@ -37,7 +37,6 @@ jobs:
37
security create-keychain -p ${{ env.KEYRING_PASSWORD }} build.keychain
38
security default-keychain -s build.keychain
security unlock-keychain -p ${{ env.KEYRING_PASSWORD }} build.keychain
- security set-key-partition-list -S apple-tool:,apple: -s -k ${{ env.KEYRING_PASSWORD }} build.keychain
run: dotnet restore
- name: "Build"
0 commit comments