mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
Rename make GitHub action.
This commit is contained in:
parent
5559aec0b6
commit
5e12cd8555
1 changed files with 2 additions and 2 deletions
4
.github/workflows/make_actions.yml
vendored
4
.github/workflows/make_actions.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: C/C++ CI
|
||||
name: Build with make
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -35,10 +35,10 @@ jobs:
|
|||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install pytest
|
||||
sudo apt-get -y install zlib1g-dev
|
||||
sudo apt-get -y install libminizip-dev
|
||||
sudo apt-get -y install libssl-dev
|
||||
sudo apt-get -y install valgrind
|
||||
sudo apt-get -y install zlib1g-dev
|
||||
|
||||
- name: make
|
||||
run: ${{ matrix.make_flags }} make V=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue