Skip to content

Commit 5329991

Browse files
try to fix jank install
1 parent b54f273 commit 5329991

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/render-and-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ jobs:
4949
key: cljdeps-${{ hashFiles('deps.edn') }}
5050
restore-keys: cljdeps-
5151

52-
- name: Build the content notebooks
53-
run: clojure -M:clay -A:markdown
54-
5552
- name: Install lsof and apt prerequisites for Janqua
5653
run: sudo apt-get update && sudo apt-get install -y lsof gnupg lsb-release
5754

@@ -66,7 +63,7 @@ jobs:
6663
- name: Install Jank
6764
run: |
6865
curl -s https://ppa.jank-lang.org/KEY.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/jank.gpg >/dev/null
69-
sudo curl -s -o /etc/apt/sources.list.d/jank.list https://ppa.jank-lang.org/jank.list
66+
echo "deb [signed-by=/etc/apt/trusted.gpg.d/jank.gpg] https://ppa.jank-lang.org noble main" | sudo tee /etc/apt/sources.list.d/jank.list
7067
sudo apt-get update
7168
sudo apt-get install -y jank
7269
@@ -80,6 +77,9 @@ jobs:
8077
with:
8178
tinytex: true
8279

80+
- name: Build the content notebooks
81+
run: clojure -M:clay -A:markdown
82+
8383
- name: Render Quarto
8484
uses: quarto-dev/quarto-actions/render@v2
8585
with:

0 commit comments

Comments
 (0)