Skip to content

Commit

Permalink
PG17: Fix ignored 32bit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziomello committed Oct 7, 2024
1 parent 15d529f commit 099acdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-32bit-build-and-test-ignored.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
outputs:
pg_latest: ${{ steps.setter.outputs.PG_LATEST }}
pg16_latest: ${{ steps.setter.outputs.PG16_LATEST }}
pg17_latest: ${{ steps.setter.outputs.PG17_LATEST }}
steps:
- name: Checkout source code
uses: actions/checkout@v4
Expand Down

0 comments on commit 099acdf

Please sign in to comment.