Skip to content

Commit

Permalink
Local ci/cd updates
Browse files Browse the repository at this point in the history
  • Loading branch information
CJLove committed Jul 5, 2023
1 parent dda087b commit 5312887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/gcc1130.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ inputs:

run:
path: ./config-cpp-git/ci/build.sh
args: [ "-builddir=build", "-cover" ]
args: [ "-builddir=build", "-cc=/opt/gcc1130/bin/gcc", "-cxx=/opt/gcc1130/bin/g++" ]
2 changes: 1 addition & 1 deletion ci/gcc1230.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ inputs:

run:
path: ./config-cpp-git/ci/build.sh
args: [ "-builddir=build", "-cover" ]
args: [ "-builddir=build", "-cc=/opt/gcc1230/bin/gcc", "-cxx=/opt/gcc1230/bin/g++" ]

0 comments on commit 5312887

Please sign in to comment.