Skip to content

Commit

Permalink
Merge pull request #189 from ptr727/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ptr727 authored Jul 10, 2024
2 parents 8aa0421 + 21476d9 commit e02a018
Show file tree
Hide file tree
Showing 3 changed files with 318 additions and 257 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CheckForNewLanguageData.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
# Build T4 templates
- name: Build T4 templates
run: |
dotnet tool install -g dotnet-t4
dotnet publish ./Utilities/Utilities.csproj --output=${{ runner.temp }}/T4
t4 -P="${{ runner.temp }}/T4" --out=./Utilities/Iso6392Gen.cs ./Utilities/Iso6392Gen.tt
t4 -P="${{ runner.temp }}/T4" --out=./Utilities/Iso6393Gen.cs ./Utilities/Iso6393Gen.tt
Expand Down
Loading

0 comments on commit e02a018

Please sign in to comment.