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:
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue