Skip to content

Commit

Permalink
Update builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xchwarze authored Mar 18, 2024
1 parent 2051a0b commit fc1e402
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install Python packages
run: pip install py7zr pefile colorama

- name: Prepare directory
working-directory: ./bin/installer
run: python generate-sections.py -f ${{ github.workspace }}/toolkit -o ${{ github.workspace }}/bin/installer/full
Expand Down

0 comments on commit fc1e402

Please sign in to comment.