GitHub Action to set up (download and install) the Oracle Instant Client.
Supports Linux, macOS, and Windows runners.
Output | Description |
---|---|
install-path |
Absolute install path of Oracle Instant Client |
- name: Set up Oracle Instant Client
uses: iamazeem/setup-oracle-instant-client-action@v1
See CI workflow for a detailed example with gvenzl/setup-oracle-free.
Please create issues to report bugs or propose new features and enhancements.
PRs are always welcome. Please follow this workflow for submitting PRs:
- Fork the repo.
- Check out the latest
main
branch. - Create a
feature
orbugfix
branch frommain
. - Commit and push changes to your forked repo.
- Make sure to add/update tests. See CI.
- Lint and fix Bash issues with shellcheck online or with vscode-shellcheck extension.
- Lint and fix README Markdown issues with vscode-markdownlint extension.
- Submit the PR.