Added Confirmation to Apt Command

This commit is contained in:
kB01 2024-07-17 22:45:48 +02:00
parent d63b7c8bd1
commit 0b13ebfc6b

View file

@ -35,8 +35,8 @@ jobs:
uses: actions/checkout@v4
- name: Install Python
run: apt update
- run: apt install python3-pip
run: apt-get update
- run: apt-get -y install python3-pip
- name: Install yaml2json
run: python3 -m pip install remarshal