Skip to content

Commit

Permalink
🚧 CI: update build
Browse files Browse the repository at this point in the history
  • Loading branch information
vnepogodin committed Jul 10, 2024
1 parent 1ea1c09 commit 3b61e1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
container: archlinux:base-devel
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: install deps
run: |
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-latest
container: archlinux:base-devel
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: install deps
run: |
Expand All @@ -72,7 +72,7 @@ jobs:
runs-on: ubuntu-latest
container: archlinux:base-devel
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: install deps
run: |
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
runs-on: ubuntu-latest
container: archlinux:base-devel
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: install deps
run: |
Expand Down

0 comments on commit 3b61e1d

Please sign in to comment.