Skip to content

Commit

Permalink
Fix: Cloud Build
Browse files Browse the repository at this point in the history
  • Loading branch information
badcast committed Mar 24, 2024
1 parent b57adf0 commit 666abe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install build tools
run: |
sudo apt-get update -y
sudo apt-get install -y cmake pkg-config libgtk-3-dev libcurl4-openssl-dev libjson-c-dev
sudo apt-get install -y cmake pkg-config libgtk-3-dev libcurl4-openssl-dev libjson-c-dev libnotify
- name: Set reusable strings
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
Expand Down

0 comments on commit 666abe8

Please sign in to comment.