Skip to content

Commit

Permalink
evn
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Jul 4, 2024
1 parent e26d3db commit 04d5962
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/LinuxRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,13 @@ jobs:
DEBUG_STACKTRACE: 1
FORCE_WARN_UNUSED: 1
DUCKDB_RUN_PARALLEL_CSV_TESTS: 1
REPO_OWNER: ${{ github.event.repository.owner }}
REPO_NAME: ${{ github.event.repository.name }}
REPO_REF: ${{ inputs.git_ref }}

steps:
- name: Build
shell: bash
env:
REPO_OWNER: ${{ github.event.repository.owner }}
REPO_NAME: ${{ github.event.repository.name }}
REPO_REF: ${{ inputs.git_ref }}
run: |
git clone https://github.com/$REPO_OWNER/$REPO_NAME
git fetch
Expand Down

0 comments on commit 04d5962

Please sign in to comment.