File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments