summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAlexander Batischev <eual.jp@gmail.com>2021-03-06 22:01:15 +0300
committerAlexander Batischev <eual.jp@gmail.com>2021-03-06 22:01:15 +0300
commit63ae9d2067f8656ac9b15aaf68612cb7bc504faa (patch)
tree51b4e3bdd508d78fd7a01ea2473110353e4e886c /.github
parentc783cb454622e75b1d9bb1bf6401bcb7cd37618c (diff)
Coveralls: pin Rust to 2021-03-04
This fixes SIGSEGVs in the C++ test suite.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/coveralls.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coveralls.yaml b/.github/workflows/coveralls.yaml
index f1fa6b08..4c9249e4 100644
--- a/.github/workflows/coveralls.yaml
+++ b/.github/workflows/coveralls.yaml
@@ -48,7 +48,7 @@ jobs:
- name: Install Rust
uses: ATiltedTree/setup-rust@v1
with:
- rust-version: nightly
+ rust-version: nightly-2021-03-04
- uses: actions/checkout@v2