Skip to content

Issue #233: Fix erratic prepared execute #16

Issue #233: Fix erratic prepared execute

Issue #233: Fix erratic prepared execute #16

Workflow file for this run

name: Linux
on:
push:
branches: [ "master" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install UnixODBC package
run: sudo apt-get install -y unixodbc unixodbc-dev
- name: Go to build folder & make
working-directory: ${{env.GITHUB_WORKSPACE}}
run: |
cd Builds/Gcc.lin
cp makefile.linux makefile
make
- uses: actions/upload-artifact@v4
with:
name: linux_libs
path: |
./Builds/Gcc.lin/Release_*
!./Builds/Gcc.lin/Release_*/obj