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 4a64044 commit 230e7e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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 @@ -18,6 +18,7 @@ jobs:
- name: install dependencies
run: |
brew install pkg-config
brew install autoconf
- name: get cmake
uses: lukka/get-cmake@latest
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pvs-studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: install updates
- name: install dependencies
run: |
sudo apt install gcc-11
sudo apt install g++-11
sudo apt install autoconf
- name: installing pvs-studio
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu-gcc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: install updates
- name: install dependencies
run: |
sudo apt install gcc-11
sudo apt install g++-11
sudo apt install autoconf
- name: get cmake
uses: lukka/get-cmake@latest
Expand Down

0 comments on commit 230e7e4

Please sign in to comment.