Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
milouk committed Sep 29, 2024
1 parent a7d799d commit a18dbe1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true

jobs:
tests:
uses: ./.github/workflows/tests.yml
secrets: inherit
lint:
uses: ./.github/workflows/lint.yml
secrets: inherit
# jobs:
# lint:
# uses: ./.github/workflows/lint.yml
# secrets: inherit
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v2

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: arm64

- name: Build package
run: |
echo "Creating Linux artifact"
Expand Down

0 comments on commit a18dbe1

Please sign in to comment.