We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
checkout
1 parent 71df033 commit 01c2038Copy full SHA for 01c2038
.github/workflows/ci.yml
@@ -373,8 +373,6 @@ jobs:
373
name: install-linux
374
runs-on: ubuntu-22.04
375
steps:
376
- - uses: actions/checkout@v4
377
-
378
- name: Download precompiled gem
379
uses: actions/download-artifact@v4
380
with:
@@ -391,7 +389,7 @@ jobs:
391
389
sh -c "
392
390
gem update --system 3.3.22 &&
393
${{ matrix.bootstrap }}
394
- gem install --no-document ./gems/tiny_tds-$(cat VERSION)-${{ matrix.platform }}.gem &&
+ gem install --no-document ./gems/tiny_tds-*.gem &&
395
ruby -e \"require 'tiny_tds'; puts TinyTds::Gem.root_path\" &&
396
tsql-ttds -C &&
397
defncopy-ttds -v
0 commit comments