Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Jan 20, 2025
1 parent 584da89 commit 5d08765
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,6 @@ concurrency:
cancel-in-progress: true

jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Get Latest BendSQL
id: bendsql
uses: pozetroninc/github-action-get-latest-release@master
with:
repository: databendlabs/bendsql
- name: Download BendSQL
shell: bash
run: |
curl -sSLfo /tmp/bendsql.tar.gz https://github.com/databendlabs/bendsql/releases/download/${{ steps.bendsql.outputs.release }}/bendsql-x86_64-unknown-linux-gnu.tar.gz
mkdir -p distro/bin
tar -xzvf /tmp/bendsql.tar.gz -C distro/bin
ls -l distro/bin
changes:
runs-on: ubuntu-latest
outputs:
Expand Down

0 comments on commit 5d08765

Please sign in to comment.