Skip to content

Commit 6be963d

Browse files
committed
Try to fix Discord notification
1 parent cc3529a commit 6be963d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pure.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,10 @@ jobs:
238238
if: ${{ always() }}
239239

240240
steps:
241+
- name: Get curl
242+
run: |
243+
apt update
244+
apt install -y curl
241245
- name: Notify CakeML Discord
242246
run: >
243247
curl --silent --show-error --request POST

0 commit comments

Comments
 (0)