Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
action.yml: Stop defaulting to dmd-latest as the D compiler
There is already code in the action that picks between dmd-latest and ldc-latest based on the CPU architecture when a D compiler is not specified. Having the default value in action.yml prevented this code from ever running. This leads to users receiving an error message and having to specify `dc: ldc` manually. Bug: dlang-community#78 Signed-off-by: Andrei Horodniceanu <[email protected]>
- Loading branch information