Skip to content

Commit

Permalink
builds yay
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannes Mühleisen committed May 2, 2024
1 parent 8ce5ae9 commit b0a5aff
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ODBC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
odbc-windows-amd64:
name: ODBC Windows (amd64)
runs-on: windows-latest
# needs: odbc-linux-amd64
# needs: odbc-linux-amd64
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -128,7 +128,9 @@ jobs:
- name: ODBC Tests
if: ${{ inputs.skip_tests != 'true' }}
shell: bash
run: ./build/release/test/test_odbc
run: |
ls -R build/release
./build/release/test/test_odbc
- name: Deploy
shell: bash
Expand All @@ -141,9 +143,9 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: java-windows-amd64
name: odbc-windows-amd64
path: |
build/release/duckdb_jdbc.jar
duckdb_odbc-windows-amd64.zip
odbc-osx-universal:
Expand Down

0 comments on commit b0a5aff

Please sign in to comment.