Skip to content

Yuri6037/Action-FakeTTY

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Action-FakeTTY

GitHub Action intended as a hack to fix the TTY bug of GitHub Actions by implementing a cross platform alias. The action will be available on:

  • PowerShell for Windows runners
  • Bash for Linux runners
  • Bash for Mac OSX runners

Why?

This Action has been developped in order to allow migrating BlockProject 3D to GitHub Actions which allows for more concurrent jobs and is slightly faster to load and build C++ projects.