Skip to content

diffie-hellman: fix CI #346

diffie-hellman: fix CI

diffie-hellman: fix CI #346

Workflow file for this run

# This workflow will verify the exercises in the repository.
#
# Requires scripts:
# - bin/verify-exercises
name: Test
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
verify_exercises:
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Install uiua
run: |
<<<<<<< HEAD

Check failure on line 24 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 24
gh release download "${VERSION}" --repo uiua-lang/uiua --pattern uiua-bin-x86_64-unknown-linux-gnu-no-audio.zip --output uiua.zip
=======
gh release download 0.14.0-dev.7 --repo uiua-lang/uiua --pattern uiua-bin-x86_64-unknown-linux-gnu-no-audio.zip --output uiua.zip
>>>>>>> 86f93aa (Add `killer-sudoku-helper` exercise)
unzip uiua.zip
echo "${PWD}" >> "${GITHUB_PATH}"
env:
VERSION: 0.14.0-dev.7
GH_TOKEN: ${{ github.token }}
- name: Verify all exercises
run: bin/verify-exercises