wip: added dynamic input
All checks were successful
Build and run challenges / Challenge for day (1) (push) Successful in 2s
Build and run challenges / Challenge for day (2) (push) Successful in 2s
Build and run challenges / Challenge for day (3) (push) Successful in 2s

Signed-off-by: Louis Vallat <contact@louis-vallat.fr>
This commit is contained in:
Louis Vallat 2024-12-04 00:10:27 +01:00
parent f434e47c70
commit 889b37d947
Signed by: louis
SSH Key Fingerprint: SHA256:0iPwDU/PZtEy/K13Oar4TzmcunmI9H5U9IsOR3jyT/Q

View File

@ -19,4 +19,5 @@ jobs:
- name: Run challenge
run: |
cd day${{ matrix.day_number }}
cargo run --release ./input
echo ${{ vars[format('INPUT_DAY{0}', matrix.day_number) }} | base64 --decode > /tmp/input
cargo run --release /tmp/input