Skip to content

Commit 9609488

Browse files
committed
fixup
1 parent a6e6310 commit 9609488

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/haskell.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ jobs:
7171
if: matrix.os == 'ubuntu-latest'
7272
run: |
7373
sudo apt-get update
74-
sudo apt-get -y install libsodium23 libsodium-dev libsystemd0 libsystemd-dev
74+
sudo apt-get -y install libsodium23 libsodium-dev libsystemd0 libsystemd-dev git
7575
sudo apt-get -y remove --purge software-properties-common
76-
sudo apt-get -y autoremove git
76+
sudo apt-get -y autoremove
7777
7878
- name: Install secp256k1 (Linux)
7979
if: matrix.os == 'ubuntu-latest'
@@ -148,7 +148,9 @@ jobs:
148148
- name: Check that Schema Migrations are complete
149149
run: |
150150
PGPASSFILE=config/pgpass-mainnet cabal run cardano-db-tool -- run-migrations --mdir schema/ --ldir /tmp/
151-
echo "Help!!!!"
151+
echo "A"
152+
git --version
153+
echo "B"
152154
git status schema | grep schema/migration > schema.diff
153155
echo "*************************************************************"
154156
cat schema.diff

0 commit comments

Comments
 (0)