Skip to content

Commit

Permalink
CI for win
Browse files Browse the repository at this point in the history
  • Loading branch information
dimus committed Oct 29, 2024
1 parent 5bb9a32 commit 85d6801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/biodiversity/parser/gnparser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ def start_gnparser
target_cpu = RbConfig::CONFIG['target_cpu']
cpu_arch =
case target_cpu
when /x86/
when /x86|x64/
'x86'
when /arch|arm/
when /aarch|arm/
'arm'
else
raise "Unsupported CPU Architecture: #{target_cpu}"
Expand Down

0 comments on commit 85d6801

Please sign in to comment.