1
0
Fork 0
forked from fun/fun

CI action update. Switched to ubuntu-slim. No code changes. (0.39.15)

This commit is contained in:
Johannes Findeisen 2026-03-31 01:49:58 +02:00
commit 86a9e74617

View file

@ -1,4 +1,4 @@
name: CMake for Fun on Ubuntu-Latest name: CMake for Fun on Ubuntu-Slim
on: on:
push: push:
@ -9,7 +9,7 @@ env:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-slim
defaults: defaults:
run: run:
working-directory: ${{github.workspace}} working-directory: ${{github.workspace}}
@ -17,11 +17,11 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
#- name: Update apt - name: Update apt
# run: sudo apt update run: sudo apt update
#- name: Upgrade apt - name: Upgrade apt
# run: sudo apt upgrade -y run: sudo apt upgrade -y
- name: Install dependencies - name: Install dependencies
run: sudo apt install cmake libjson-c-dev libssl-dev -y run: sudo apt install cmake libjson-c-dev libssl-dev -y