Skip to content

GitHub Action that sets up the latest GCC snapshot ready-to-use.

License

Notifications You must be signed in to change notification settings

JohelEGP/gcc-snapshot

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

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

GitHub Action that sets up the latest GCC snapshot ready-to-use.

Resources

License

Stars

Watchers

Forks

Packages

No packages published