Skip to content

Commit

Permalink
update luajit url
Browse files Browse the repository at this point in the history
  • Loading branch information
nyfair committed Sep 19, 2024
1 parent ece7e84 commit 8c8444b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Compile LuaJIT
shell: cmd
run: |
curl -O http://luajit.org/download/LuaJIT-2.1.0-beta3.zip
curl -OL https://github.com/LuaJIT/LuaJIT/archive/refs/tags/v2.1.0-beta3.zip
curl -OL https://github.com/nyfair/fi-luajit/archive/master.zip
7z x *.zip
cd LuaJIT-2.1.0-beta3\src
Expand Down
2 changes: 0 additions & 2 deletions build/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
PROJECT(FreeImage)

CMAKE_MINIMUM_REQUIRED(VERSION 3.0)

# Determine Platform
IF(MSVC AND CMAKE_CL_64)
SET(X64 1)
Expand Down

0 comments on commit 8c8444b

Please sign in to comment.