Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcool04 authored Jun 17, 2023
1 parent 7cee477 commit 952c38d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ jobs:
- name: Run a one-line script
run: echo Hello, world!

- name: Checkout
uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
sparse-checkout: .

- name: Validate package
- name: Build linux-fix-e1000e
uses: hapakaien/archlinux-package-action@v2
with:
path: archlinux-linux
path: linux-fix-e1000e
flags: ''
namcap: true

0 comments on commit 952c38d

Please sign in to comment.