Skip to content

Commit

Permalink
Update linux_compiler_test.yml with new name
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidchu authored Feb 22, 2024
1 parent 06d75bf commit 2863d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_compiler_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Compile
run: |
# For some reason, if we change to the compiler directory, Python complains.
export PYTHONPATH="${PYTHONPATH}:/home/runner/work/lolc/lolc/src/"
export PYTHONPATH="${PYTHONPATH}:/home/runner/work/dolang/dolang/src/"
for x in fibonacci helloworld math_ops nested_if sum_three
do
python src/compiler/lol.py -i examples/$x.lol -o results
Expand Down

0 comments on commit 2863d20

Please sign in to comment.