Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey authored Oct 9, 2024
1 parent 2fa5bd6 commit dd46dbd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
test:
runs-on: windows-latest

env:
PHARO_FILES_URL: "https://files.pharo.org/get-files/${{ env.PHARO_VERSION }}0"

steps:
- name: Configure environment variables
run: |
echo "PHARO_FILES_URL=https://files.pharo.org/get-files/${{ env.PHARO_VERSION }}0" >> $GITHUB_ENV
- uses: actions/checkout@v4
with:
fetch-depth: 0
Expand Down

0 comments on commit dd46dbd

Please sign in to comment.