Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin authored Jan 14, 2023
1 parent 54344e4 commit f85ca45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install Dependencies
run: apt-get update && apt-get -y install git libpq-dev libpq5 libc6-dev
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Build pg-idris
run: make && make install
- name: Test pg-idris
Expand Down

0 comments on commit f85ca45

Please sign in to comment.