mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-05-20 05:12:34 +02:00
@@ -15,6 +15,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Install required dependencies
|
||||
run: |
|
||||
wget https://go.dev/dl/go1.23.2.linux-amd64.tar.gz
|
||||
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.23.2.linux-amd64.tar.gz
|
||||
export PATH=$PATH:/usr/local/go/bin
|
||||
go install github.com/anotherhadi/markdown-table-of-contents@latest
|
||||
|
||||
Reference in New Issue
Block a user