diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-04-23 17:46:14 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-04-23 17:46:14 +0200 |
| commit | 6292d25afb3080f606844d7e03fec5c80f0140ff (patch) | |
| tree | 8d2495edccaa6bdaaa4d012be18df15788c640d0 /.github/workflows | |
| parent | 72478946c261f04754c11f8a6abf6eb0f43dea31 (diff) | |
Reengineer font and resource loading 🏞
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/rust.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 8afaa61c..43fec7d6 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -22,13 +22,6 @@ jobs: with: path: typst - - name: Checkout fontdock - uses: actions/checkout@v2 - with: - repository: typst/fontdock - token: ${{ secrets.TYPSTC_ACTION_TOKEN }} - path: fontdock - - name: Checkout pdf-writer uses: actions/checkout@v2 with: |
