Skip to content

Commit 2b7bee0

Browse files
authored
actually install the thing we need for this action (#199)
1 parent 597c2f7 commit 2b7bee0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/update-date.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- name: Create file and push
1212
run: |
13+
apt update && apt install -y ncal
1314
next_hack_date=$(date -u +%Y-%m-$(ncal -h | awk '/Sa/ {print $(NF)}'))
1415
last_hack_number=$(ls -1 _hacks | sort -r | head -n1 | sed 's/[^0-9]*//g')
1516
next_hack_number=$(($last_hack_number+1))

0 commit comments

Comments
 (0)