Skip to content

Commit

Permalink
fix: use 12rambau fork until it's merged with nikeee repo (#1517)
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Oct 17, 2023
1 parent f31fee4 commit 4cff3e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Expand Up @@ -137,7 +137,9 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: nikeee/setup-pandoc@v1
# waiting for https://github.com/nikeee/setup-pandoc/pull/8
# using 12rambau fork until then
- uses: 12rambau/setup-pandoc@test
- name: Setup Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 4cff3e5

Please sign in to comment.