Skip to content

Commit

Permalink
quick add the license files before they come after me
Browse files Browse the repository at this point in the history
  • Loading branch information
counter185 committed Sep 15, 2024
1 parent fa6abf4 commit fa272c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
run: make
working-directory: gcc-build

- name: add licenses
run: cp -r ../OPEN_SOURCE_LICENSES ./build/
working-directory: gcc-build

- name: Push build artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit fa272c8

Please sign in to comment.