Skip to content

GCC Snapshot

Actions
Sets up the latest GCC snapshot ready-to-use
v1.0.0
Latest
Star (3)

Tags

 (1)

GCC Snapshot

Sets up the latest GCC snapshot ready-to-use.

It uses the package from https://jwakely.github.io/pkg-gcc-latest/ and thus requires an Ubuntu runner.

It has no output or required input arguments. It uses no secrets.

It prepends to PATH and LD_RUN_PATH so that the snapshot is ready-to-use.

Optional input argument

cache: Whether to use @actions/cache for the snapshot. true (default) or false.

Example

on: push
jobs:
  gcc-snapshot:
    runs-on: ubuntu-latest
    steps:
      - uses: johelegp/gcc-snapshot@v1 # This action.
      - uses: actions/checkout@v2
      - uses: johelegp/modern-cmake-buildsystem@v1

GCC Snapshot is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Sets up the latest GCC snapshot ready-to-use
v1.0.0
Latest

Tags

 (1)

GCC Snapshot is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.