Skip to content

Commit

Permalink
Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chukobyte committed Dec 12, 2023
1 parent 230e7e4 commit 44f7519
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macosx-clang-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:

- name: install dependencies
run: |
brew update
brew install pkg-config
brew install autoconf
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pvs-studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:

- name: install dependencies
run: |
sudo apt update
sudo apt install gcc-11
sudo apt install g++-11
sudo apt install autoconf
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu-gcc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:

- name: install dependencies
run: |
sudo apt update
sudo apt install gcc-11
sudo apt install g++-11
sudo apt install autoconf
Expand Down

0 comments on commit 44f7519

Please sign in to comment.