mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-04 18:14:23 -05:00
* Update build-windows-installer.yml Use GITHUB_OUTPUT instead of set-output. Use PowerShell syntax for PowerShell, Bash Syntax for Bash. Why? GitHub is deprecating set-output as per their blog: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ Signed-off-by: wallentx <william.allentx@gmail.com> * Use GITHUB_OUTPUT in workflows Use GITHUB_OUTPUT in workflows instead of set-output. Why? GitHub is deprecating set-output as per their blog: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ Signed-off-by: wallentx <william.allentx@gmail.com> * Workflow dispatch added to MacOS and Linux ARM Signed-off-by: wallentx <william.allentx@gmail.com> * Fix Tests for Windows Use PowerShell syntax for Windows, Bash for others. Signed-off-by: wallentx <william.allentx@gmail.com> * Use setup-python@v4 Update to resolve the set-output warnings Signed-off-by: wallentx <william.allentx@gmail.com> * Fix Tests and Benchmarks for Windows Signed-off-by: wallentx <william.allentx@gmail.com> * Update test.yml Fix missed setup-python@v2 Signed-off-by: wallentx <william.allentx@gmail.com> * Use Chia setup-python wrapper Signed-off-by: wallentx <william.allentx@gmail.com> * Revert "Fix Tests and Benchmarks for Windows" This reverts commit4fbc6d354b. Signed-off-by: wallentx <william.allentx@gmail.com> * Revert "Fix Tests for Windows" This reverts commit5860048344. Signed-off-by: wallentx <william.allentx@gmail.com> * Use bash for all OS to get pip cache dir Signed-off-by: wallentx <william.allentx@gmail.com> * Fixing windows workflow error * Replacing instances of Out-File * Fixing ps1 -> bash * Fixing path when ps1 -> bash * Escaping Windows path when using bash * Escaping Windows path when using bash Signed-off-by: wallentx <william.allentx@gmail.com> Co-authored-by: zcomputerwiz <zcomputerwiz@users.noreply.github.com>