Skip to content

Commit

Permalink
Fix import folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum committed Oct 18, 2023
1 parent ba6de9b commit e07b53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
];
// default switches appended after all explicit command-line switches
post-switches = [
"-I$HOME/ldc2-1.33.0-windows-x64/include",
"-I$HOME/ldc2-1.33.0-windows-x64/import",
];
// default directories to be searched for libraries when linking
lib-dirs = [
Expand Down

0 comments on commit e07b53e

Please sign in to comment.