Skip to content

Commit

Permalink
Stop apparmor
Browse files Browse the repository at this point in the history
  • Loading branch information
Pansanel committed Jan 28, 2025
1 parent ed07a5d commit f7ae2f8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
run: |
sudo apt-get install -y cmake libmysqlclient-dev libopenbabel-dev build-essential cmake
# Stop apparmor
- name: Stop apparmor
run: |
sudo systemctl stop apparmor.service
# MySQL server is already installed and configured on Ubuntu OS.
# See: https://github.com/actions/runner-images/tree/main/images/ubuntu
- name: Start MySQL
Expand Down Expand Up @@ -74,3 +79,8 @@ jobs:
# Execute tests defined by the CMake configuration. Note that --build-config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest --build-config ${{ matrix.build_type }}

- name: Logger
run: |
sudo journalctl -n 100

0 comments on commit f7ae2f8

Please sign in to comment.