Skip to content

Commit 2e7418b

Browse files
committed
automated testing: trying to fix ssql error -> update ubuntu
1 parent 62bfe22 commit 2e7418b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/automated-testing.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
run-tests:
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-latest
1414
env:
1515
# LD_PRELOAD: /lib/x86_64-linux-gnu/libSegFault.so
1616
# SEGFAULT_SIGNALS: all
@@ -55,8 +55,8 @@ jobs:
5555
- name: Install linux dependencies
5656
run: |
5757
sudo apt-get update -y
58-
sudo apt-get install -y postgresql-client --no-install-recommends ca-certificates || apt-get install -y --no-install-recommends ca-certificates
59-
sudo update-ca-certificates || update-ca-certificates
58+
sudo apt-get install -y postgresql-client ca-certificates
59+
sudo update-ca-certificates
6060
- name: Set up JDK 11
6161
uses: actions/setup-java@v4
6262
with:

0 commit comments

Comments
 (0)