Skip to content

Commit

Permalink
[#6] Fixed CI build step names for "Electron project build plan"
Browse files Browse the repository at this point in the history
Signed-off-by: Clovis Durand <cd.clovel19@gmail.com>
  • Loading branch information
Clovel committed Apr 1, 2020
1 parent 084bf1d commit 32eea89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
brew install doxygen graphviz coreutils pkg-config
ln -s /usr/local/bin/greadlink /usr/local/bin/readlink
- name: Build C generator dependencies
- name: Build C generator project
if: matrix.os != 'windows-latest'
run: |
npm run build-gen
- name: Build C generator dependencies (Windows)
- name: Build C generator project (Windows)
if: matrix.os == 'windows-latest'
run: |
mkdir build
Expand Down

0 comments on commit 32eea89

Please sign in to comment.