Skip to content

Commit 4cff3e5

Browse files
authored
fix: use 12rambau fork until it's merged with nikeee repo (#1517)
1 parent f31fee4 commit 4cff3e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,9 @@ jobs:
137137
runs-on: ${{ matrix.os }}
138138
steps:
139139
- uses: actions/checkout@v4
140-
- uses: nikeee/setup-pandoc@v1
140+
# waiting for https://github.com/nikeee/setup-pandoc/pull/8
141+
# using 12rambau fork until then
142+
- uses: 12rambau/setup-pandoc@test
141143
- name: Setup Python
142144
uses: actions/setup-python@v4
143145
with:

0 commit comments

Comments
 (0)