Skip to content

Commit

Permalink
Revert adding monitor action
Browse files Browse the repository at this point in the history
The monitor action breaks our build due to HTTPS proxying isseus.
  • Loading branch information
agarciadom authored Sep 3, 2024
1 parent 1aa3693 commit 72337a8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ jobs:
os: [ubuntu-22.04, macos-14, windows-2022]
runs-on: ${{ matrix.os }}
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
if: runner.os != 'Windows'
- uses: actions/checkout@v4
- name: Install Webkit + GTK bindings
run: sudo apt-get install -yq libwebkit2gtk-4.0-dev
Expand Down

0 comments on commit 72337a8

Please sign in to comment.