Commit Graph

9 Commits

Author SHA1 Message Date
Mathew Polzin
be2ec7d1fd
Fix annoying warning when running tests on some macOS machines (#3346)
* don't use LC_ALL of C.UTF-8 on macos when testing

* bump version of racket setup action to version using new NodeJS per GitHub's warnings
2024-07-08 09:27:29 +01:00
André Videla
4a5259b43b
Use overwrite install to fix glib installation (#3237)
* Use overwrite install to fix python installation
* Install NodeJS explicitly to fix test failures with Node installed on runner by default
2024-03-16 16:56:57 -05:00
Denis Buzdalov
87bdf0ba23 [ ci ] Bump deprecated versions of used CI actions to avoid warnings 2024-01-31 17:18:24 +03:00
Denis Buzdalov
82bb12cf72 [ cleanup ] Post v0.7.0 cleanup 2023-12-25 13:49:26 +00:00
Steve Dunham
58ec72e0f4 [ ci ] Run a brew update during ci 2023-10-27 07:55:44 +01:00
G. Allais
9f93d4c1ec
[ doc ] Improve the landing page (#3119)
* [ doc ] Improve the landing page

1. Mentioning the network package too
2. Adding the Idris logo to the page
2023-10-26 10:35:01 +01:00
CodingCellist
46be3b8082
[ ci ] Update deploy-action in ci-idris2-and-libs.yml (#3115) 2023-10-23 15:26:20 +01:00
Thomas E. Hansen
dc79c6dd05 [ ci ] re 3067: fix CI on main branch
The extra CI jobs introduced in #3067 work fine as long as 'main' is not
the checked out branch. This is due to the fetch to a new branch, which
git does (reasonably) not allow when you're trying to fetch 'main' into
a new branch that's also called 'main'. In this case, we should just
`git pull origin main`, which is what the script now (hopefully) does.
2023-09-15 12:05:10 +02:00
CodingCellist
9d083154a5
Test pack and lsp during CI (#3067) 2023-09-13 17:37:49 +01:00