Try guessing by uname and apt update

This commit is contained in:
Lee Miller 2024-02-27 18:42:06 +02:00
parent 17522b8788
commit b7685597dd
Signed by untrusted user: lee.miller
GPG Key ID: 4F97A5EA88F4AB63

View File

@ -7,7 +7,7 @@ jobs:
steps:
- name: Introspection
run: |
echo "The job is running by ${{ gitea.actor }} on a ${{ runner.os }} server host"
uname -a
- name: Install dependencies
run: |
apt-get update
@ -27,10 +27,10 @@ jobs:
steps:
- name: Introspection
run: |
echo "The job is running by ${{ gitea.actor }} on a ${{ runner.os }} server host"
# - name: Install dependencies
# run: |
# apt-get update
uname -a
- name: Install dependencies
run: |
apt-get update
# apt-get install -yq --no-install-suggests --no-install-recommends \
# python3-dev python3-pip python3-venv python-is-python3
# pip install setuptools wheel