Skip to content

Commit 4f0c55d

Browse files
committed
fix apt
1 parent 5e37b2e commit 4f0c55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
-
1212
run: |
1313
export DEBIAN_FRONTEND=noninteractive
14-
apt-get install -y curl
14+
sudo apt-get install -y curl
1515
curl -X POST -H 'Content-type: application/json' --data '{"attachments": [{"text": "Job in *nightly* failed", "footer": "<${{ github.event.workflow_run.jobs_url }}|View Run>", "color": "danger", "mrkdwn_in": ["text"]}]}' ${{ secrets.ACTION_MONITORING_SLACK }}

0 commit comments

Comments
 (0)