Skip to content

Commit

Permalink
cleanup debug output
Browse files Browse the repository at this point in the history
and enable ubuntu again
  • Loading branch information
CamJN committed Aug 26, 2024
1 parent 1679619 commit c919b98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
isRoot: '0'
os:
- macos-latest
# - ubuntu-latest
- ubuntu-latest
runs-on: ${{ matrix.os }}
env:
SUDO: ${{ matrix.user.isRoot }}
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
matrix:
os:
- macos-latest
# - ubuntu-latest
- ubuntu-latest
integration:
- name: 'Apache 2'
label: 'apache2'
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
label: 'ruby'
os:
- macos-latest
# - ubuntu-latest
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 0 additions & 3 deletions dev/ci/setup-host
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ if [ "${GITHUB_ACTIONS:-false}" = "true" ]; then
sudo security add-trusted-cert -d -r trustRoot -p codeSign -k /Library/Keychains/System.keychain "$PASSENGER_ROOT/dev/ci/Certificates.cer"
sudo security import "$PASSENGER_ROOT/dev/ci/Developer.key" -k /Library/Keychains/System.keychain -t priv -A
sudo security import "$PASSENGER_ROOT/dev/ci/Developer.pub" -k /Library/Keychains/System.keychain -t pub -A
security find-certificate -a -m -c "Developer" /Library/Keychains/System.keychain
security find-identity -p codesigning /Library/Keychains/System.keychain
security find-identity -v -p codesigning /Library/Keychains/System.keychain
fi

echo
Expand Down

0 comments on commit c919b98

Please sign in to comment.