Commit graph

56 commits

Author SHA1 Message Date
Sasha Hilton 6d15a17df8 Bump MSRV to 1.42.0 2021-02-10 00:25:19 +00:00
Sasha Hilton 49789f01d7 Fix incorrect lockfiles reference 2021-01-31 02:02:34 +00:00
Sasha Hilton fb9720d3c2 Cache build dependencies in Github Workflows 2021-01-31 01:55:47 +00:00
Michael Herger 53f516e5de
Attempt to fix tests
Tests currently fail with some apt error:

> E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

This change would add the suggested `apt-get update`
2021-01-21 06:34:25 +01:00
Lyndon Brown 013a2fdcbf ci: optimise action triggers
it is pointless to run CI jobs for pushes / PRs that only change files that
would never cause a failure, such as documentation.

this avoids wasting resources for such situations.
2020-12-16 16:14:37 +00:00
Lyndon Brown 6f1bf7dd07 ci: add use of github actions
now that travis has ditched it's free service.
2020-12-16 16:05:03 +00:00