updated workflows

This commit is contained in:
Lasan Mahaliyana
2026-03-21 08:54:28 +05:30
parent d37adbe457
commit 9cac403484
@@ -20,6 +20,11 @@ jobs:
image: ubuntu:25.04
steps:
- name: Install git
run: |
apt-get update
apt-get install -y git ca-certificates
- name: Checkout
uses: actions/checkout@v6
with:
@@ -45,8 +50,8 @@ jobs:
- name: Install Linux build dependencies
run: |
sudo apt-get update
sudo apt-get install -y \
apt-get update
apt-get install -y \
build-essential \
clang \
cmake \