Skip to content

Commit

Permalink
test gcc version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekKnapek committed May 17, 2024
1 parent 069ff3a commit ccffaac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/build_run_lnx_c.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
gcc -v
g++ -v
gcc-13 -v
g++-13 -v
gcc-14 -v
g++-14 -v

apt-cache dumpavail | grep gcc
apt-cache dumpavail | grep GCC

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"matrix":
"proj": ["mkcc"]
"cver": ["89"]
"runs-on": "ubuntu-latest"
"runs-on": "ubuntu-24.04"
"steps":
- "uses": "actions/checkout@main"
- "run": "bash ./.github/workflows/build_run_lnx_c.sh ${{matrix.proj}} ${{matrix.cver}}"

0 comments on commit ccffaac

Please sign in to comment.