-
Notifications
You must be signed in to change notification settings - Fork 551
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dafaf41
commit 624ad33
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,6 +41,19 @@ jobs: | |
# && apt-add-repository ppa:git-core/ppa | ||
# && apt-get update | ||
# && apt-get install -y curl locales | ||
|
||
- name: install_sqlcmd | ||
# run: > | ||
# curl https://packages.microsoft.com/keys/microsoft.asc | tee /etc/apt/trusted.gpg.d/microsoft.asc | ||
# && curl https://packages.microsoft.com/config/ubuntu/22.04/prod.list | tee /etc/apt/sources.list.d/mssql-release.list | ||
# && apt-get update && apt-get install mssql-tools18 unixodbc-dev | ||
# && echo 'export PATH="$PATH:/opt/mssql-tools18/bin"' >> ~/.bashrc | ||
# && source ~/.bashrc | ||
# | ||
# - name: Install a SQL Server suite of tools | ||
uses: potatoqualitee/[email protected] | ||
with: | ||
install: sqlclient | ||
|
||
# # Set up locales for sqlcmd (otherwise it breaks) | ||
# - name: setup_locales | ||
|