]> granicus.if.org Git - nethack/commitdiff
another Lua version bit, this one a recent addition
authornhmall <nhmall@nethack.org>
Fri, 11 Dec 2020 20:34:43 +0000 (15:34 -0500)
committernhmall <nhmall@nethack.org>
Fri, 11 Dec 2020 20:34:43 +0000 (15:34 -0500)
azure-pipelines.yml

index 02d614c8ff49254966116d7c092c4e67cd6a7d44..30324cf9bf07f76947baaca7976dfdd02e2d966e 100644 (file)
@@ -15,7 +15,7 @@ resources:
   - repository: luarepo
     type: github
     name: lua/lua
-    ref: refs/tags/v5.4.1
+    ref: refs/tags/v5.4.2
     endpoint: github.com_barthouse
 
 steps:
@@ -39,7 +39,7 @@ steps:
 - task: CopyFiles@2
   inputs: 
     SourceFolder: $(Agent.BuildDirectory)\s\lua
-    TargetFolder: $(Agent.BuildDirectory)\s\NetHack\lib\lua-5.4.1\src
+    TargetFolder: $(Agent.BuildDirectory)\s\NetHack\lib\lua-5.4.2\src
   condition: eq( variables['Agent.OS'], 'Windows_NT' )
 
 - task: MSBuild@1