summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Build the Nix flake in CISteve Purcell2023-03-211-0/+22
|
* Rerun failed tests with outputAlexis Hildebrandt2023-02-011-1/+1
| | | | for debugging
* Update checkout action to Node.js 16Alexis Hildebrandt2023-02-011-1/+1
| | | | | | | | | | | as suggested by action warning For more information see: https://github.com/ledger/ledger/actions and https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
* fix brew link error on mac CIAndy Clayton2023-01-091-0/+9
| | | | | | | | | | | | | | The github mac runner images added python 3.11 but, unlike 3.10, not via brew. This causes brew install to fail with link conflict errors now that boost-python3 switched over to 3.11. Workaround this, and future python brew link errors, by overwriting all links for python packages. https://github.com/Homebrew/homebrew-core/commit/8c79089ae410bcd38065dfa3748bbcdb64b228d2 https://github.com/orgs/Homebrew/discussions/3895 https://github.com/actions/setup-python/issues/577 https://github.com/actions/runner-images/issues/6459 https://github.com/actions/runner-images/issues/6507 https://github.com/actions/runner-images/issues/2322
* Remove git from brew installOleg Bulatov2022-05-051-1/+1
| | | | git is now provided by GitHub Actions by default
* Fix for azure ubuntu not getting correct package serverJimi Damon2021-08-251-0/+1
|
* Add Github Action for Ledger builds Python3 only for mac and linuxJimi Damon2021-08-241-0/+65
- Builds for linux - Builds for macos