From 2307dd65e2a9649e3858531ffdfabf624be490cd Mon Sep 17 00:00:00 2001 From: Byron Lathi Date: Mon, 14 Oct 2024 21:13:53 -0700 Subject: [PATCH] load efinity after init when building --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 742f640..7174efb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,8 @@ build: - efinity - linux script: - - source init_env.sh + # - source init_env.sh + - module load efinity/2023.1 - make after_script: - cat hw/super6502_fpga/outflow/super6502_fpga.err.log