Skip to content

Commit

Permalink
Fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
akasaka committed Oct 27, 2024
1 parent d4eb5d4 commit 683d4db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@ 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č"
git config user.email "[email protected]"
- name: Prepare environment
uses: ./.github/actions/prepare_pio
- name: Download AquesTalk
Expand Down
Empty file modified helper/ci/create_fvudata.sh
100644 → 100755
Empty file.

0 comments on commit 683d4db

Please sign in to comment.