Remove sudo commands

This commit is contained in:
cochcoder
2025-02-27 14:34:32 -05:00
parent 42eb009d2d
commit 7e195708b3

View File

@@ -86,8 +86,8 @@ jobs:
- uses: actions/checkout@v4
- name: Install Meson
run: |
sudo apt-get update
sudo apt-get install -y python3-pip
apt-get update
apt-get install -y python3-pip
pip3 install meson
- name: Get the version and date
run: |