Skip to content

Commit 3c330ae

Browse files
committed
fix: Builds
1 parent a9eb5df commit 3c330ae

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
xdg-user-dirs-gtk-update
4040
sudo locale-gen en_US.UTF-8
4141
sudo update-locale LANG=en_US.UTF-8
42-
notification-daemon --display=:0 -r &
42+
/usr/lib/notification-daemon-1.0/notification-daemon --display=:0 -r &
4343
- name: "Unlock Keyring"
4444
uses: t1m0thyj/unlock-keyring@v1
4545
- name: "Restore"

.github/workflows/macos.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
security create-keychain -p ${{ env.KEYRING_PASSWORD }} build.keychain
3838
security default-keychain -s build.keychain
3939
security unlock-keychain -p ${{ env.KEYRING_PASSWORD }} build.keychain
40-
security set-key-partition-list -S apple-tool:,apple: -s -k ${{ env.KEYRING_PASSWORD }} build.keychain
4140
- name: "Restore"
4241
run: dotnet restore
4342
- name: "Build"

0 commit comments

Comments
 (0)