Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
g0nz4I0 authored Dec 8, 2023
1 parent 32b15c5 commit 518c1eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- name: Install dependencies
run: pip install GitPython colorama
- name: Set up ST-LIB
run: ls && cp -r ../* /opt/ && mv /opt/template-project /opt/ST-LIB
run: ls && cp -r ../* /opt/ && mv /opt/${{ github.event.repository.name }}t /opt/ST-LIB
- name: Print repo data
run: echo ${{ github.event.repository.name }}
- name: Display ST-LIB
run: ls /opt/ST-LIB
- uses: actions/checkout@v3
Expand Down

0 comments on commit 518c1eb

Please sign in to comment.