Skip to content

Commit

Permalink
more action stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-s168 committed Apr 16, 2024
1 parent 1a6ed8a commit e41fb7a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Run script file
- name: Analyze
run: |
chmod +x build.sh
./build.sh analyze
shell: bash
- name: Try compile
run: |
chmod +x build.sh
./build.sh
shell: bash

0 comments on commit e41fb7a

Please sign in to comment.