Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
fix: run checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonN3 committed Feb 19, 2024
1 parent f362729 commit 815970b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/test_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
- image_name: lxqt
major_version: 39
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive

- name: Build image
uses: ./
with:
Expand Down Expand Up @@ -108,6 +113,11 @@ jobs:
- image_name: lxqt
major_version: 39
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive

- name: Determine AKMODS_FLAVOR
run: |
if [[ "${{ matrix.image_variant }}" =~ ^asus* ]]; then
Expand All @@ -119,7 +129,7 @@ jobs:
fi
- name: Build image
uses: JasonN3/build-action@action
uses: ./
with:
image_name: ${{ matrix.image_name }}
image_variant: ${{ matrix.image_variant }}
Expand Down

0 comments on commit 815970b

Please sign in to comment.