Skip to content

Commit

Permalink
Revert Alpine CI change
Browse files Browse the repository at this point in the history
GitHub Actions can't run properly:

OCI runtime exec failed: exec failed: unable to start container process: exec /__e/node16_alpine/bin/node: no such file or directory: unknown
  • Loading branch information
messense committed Nov 27, 2022
1 parent 1ac2be1 commit 4c6a3f0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,16 +278,11 @@ jobs:
name: Test Alpine Linux
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
strategy:
matrix:
container:
- amd64/alpine:latest
- i386/alpine:latest
env:
RUST_BACKTRACE: '1'
CARGO_INCREMENTAL: '0'
CARGO_TERM_COLOR: always
container: ${{ matrix.container }}
container: alpine:latest
steps:
- uses: actions/checkout@v3
- name: Install build requirements
Expand Down

0 comments on commit 4c6a3f0

Please sign in to comment.