Skip to content

Commit

Permalink
Testing GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rusini committed Apr 25, 2024
1 parent b07f459 commit 7d0702b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/alpine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ jobs:
sudo mount --rbind . /srv/alpine/home/runner
sudo chroot /srv/alpine su - <<'END'
ping -c3 8.8.8.8
cat /etc/hosts
ping -c3 dl-cdn.alpinelinux.org
set -x; apk update && apk add g++ make
END
sudo chroot /srv/alpine su - runner <<'END'
id && pwd && ls -la
END
#- name: Build Tools Information
# run: make --version; ${{matrix.compiler.GCC}} --version

Expand Down

0 comments on commit 7d0702b

Please sign in to comment.