Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme authored Jan 28, 2025
1 parent bd6d46b commit 8458890
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
archive:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

container:
image: docker.io/library/debian
Expand All @@ -27,6 +27,7 @@ jobs:
matrix:
include:
- host-arch: x64
os: ubuntu-latest

steps:
- name: Install build tools
Expand Down

0 comments on commit 8458890

Please sign in to comment.