mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
GitHub Actions: Rename workflows, fix libxls
- Shorter names, as build matrix already contains OS/compiler or OS/contrib-package combinations - libxls was missing `gettext` and `autoconf-archive` packages PiperOrigin-RevId: 455079247 Change-Id: Iae55644a818f3e1840cc18344caa9cc4277d012b
This commit is contained in:
parent
1ef1fd90ec
commit
57a4e7e7bc
2
.github/workflows/fedora-cmake.yml
vendored
2
.github/workflows/fedora-cmake.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: CMake Fedora
|
name: cmake
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
|
7
.github/workflows/ubuntu-cmake-contrib.yml
vendored
7
.github/workflows/ubuntu-cmake-contrib.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: CMake Ubuntu Contrb
|
name: cmake-contrib
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
@ -71,6 +71,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install -qy libidn2-dev libunistring-dev
|
sudo apt-get install -qy libidn2-dev libunistring-dev
|
||||||
|
|
||||||
|
- name: Install extra dependencies for contrib
|
||||||
|
if: matrix.contrib == 'libxls'
|
||||||
|
run: |
|
||||||
|
sudo apt-get install -qy autoconf-archive gettext
|
||||||
|
|
||||||
- name: Create Build Environment
|
- name: Create Build Environment
|
||||||
run: |
|
run: |
|
||||||
pip3 install absl-py clang
|
pip3 install absl-py clang
|
||||||
|
|
2
.github/workflows/ubuntu-cmake.yml
vendored
2
.github/workflows/ubuntu-cmake.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: CMake Ubuntu
|
name: cmake
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user