Skip to content

Commit

Permalink
[#28] Fixed cpprest installation for Linux in CI/CD
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 5, 2020
1 parent d0271bc commit b5361a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
ln -s /usr/local/bin/greadlink /usr/local/bin/readlink
- name: Installing dependencies (Linux)
if: matrix.os == 'macOS-latest'
if: matrix.os == 'ubuntu-latest'
run: |
set -x
sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/electron-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
ln -s /usr/local/bin/greadlink /usr/local/bin/readlink
- name: Installing dependencies (Linux)
if: matrix.os == 'macOS-latest'
if: matrix.os == 'ubuntu-latest'
run: |
set -x
sudo apt-get update
Expand Down

0 comments on commit b5361a4

Please sign in to comment.