[2020] fix day07 #49
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 2020-day07-eiffel | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- master | |
paths: | |
- 2020/day07/** | |
jobs: | |
build: | |
name: AoC-2020-day07-eiffel | |
# It won't work on newer version | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v2.3.4 | |
- name: Build and run Day07 | |
uses: ./2020/day07/ | |
id: eiffel |