Skip to content

Commit

Permalink
Fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
akasaka committed Oct 26, 2024
1 parent d4eb5d4 commit 0f1550c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ jobs:
build-everything:
runs-on: ubuntu-latest
name: Build All Binaries
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
- name: Set up Git identity
run: git config user.name "Leønid Yakubovič"
- name: Prepare environment
uses: ./.github/actions/prepare_pio
- name: Download AquesTalk
Expand Down

0 comments on commit 0f1550c

Please sign in to comment.