CI action update. Switched to ubuntu-slim. No code changes. (0.39.15)
This commit is contained in:
parent
0d2264894a
commit
86a9e74617
1 changed files with 6 additions and 6 deletions
12
.github/workflows/cmake-ubuntu-latest.yml
vendored
12
.github/workflows/cmake-ubuntu-latest.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: CMake for Fun on Ubuntu-Latest
|
||||
name: CMake for Fun on Ubuntu-Slim
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -9,7 +9,7 @@ env:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-slim
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ${{github.workspace}}
|
||||
|
|
@ -17,11 +17,11 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
#- name: Update apt
|
||||
# run: sudo apt update
|
||||
- name: Update apt
|
||||
run: sudo apt update
|
||||
|
||||
#- name: Upgrade apt
|
||||
# run: sudo apt upgrade -y
|
||||
- name: Upgrade apt
|
||||
run: sudo apt upgrade -y
|
||||
|
||||
- name: Install dependencies
|
||||
run: sudo apt install cmake libjson-c-dev libssl-dev -y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue