79170480

Date: 2024-11-08 14:51:59
Score: 2
Natty:
Report link

I use it in my yml file:

- name: Setup C/C++ Compiler
  id: setup-compiler
  uses: rlalik/setup-cpp-compiler@master
  with:
    compiler: gcc-latest

- name: Verify GCC Installation
  run: |
    gcc --version
    g++ --version

From this github: https://github.com/rlalik/setup-cpp-compiler

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Mistraleuh