Skip to content

Commit 01c2038

Browse files
committed
Also remove checkout step on Linux
1 parent 71df033 commit 01c2038

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,6 @@ jobs:
373373
name: install-linux
374374
runs-on: ubuntu-22.04
375375
steps:
376-
- uses: actions/checkout@v4
377-
378376
- name: Download precompiled gem
379377
uses: actions/download-artifact@v4
380378
with:
@@ -391,7 +389,7 @@ jobs:
391389
sh -c "
392390
gem update --system 3.3.22 &&
393391
${{ matrix.bootstrap }}
394-
gem install --no-document ./gems/tiny_tds-$(cat VERSION)-${{ matrix.platform }}.gem &&
392+
gem install --no-document ./gems/tiny_tds-*.gem &&
395393
ruby -e \"require 'tiny_tds'; puts TinyTds::Gem.root_path\" &&
396394
tsql-ttds -C &&
397395
defncopy-ttds -v

0 commit comments

Comments
 (0)