Avoid testing on nightly to fix a crate issue

This commit is contained in:
Kerollmops 2021-03-03 13:57:36 +01:00
parent 240b02e175
commit 411a118148
No known key found for this signature in database
GPG Key ID: 92ADA4E935E71FA4

View File

@ -14,7 +14,10 @@ jobs:
rust:
- stable
- beta
- nightly
# We temporarily stop building on nightly just to fix this issue
# https://github.com/bheisler/TinyTemplate/pull/17
# Reenable it when the fix has been merged.
# - nightly
steps:
- uses: actions/checkout@v2