Skip to content

Commit

Permalink
AMD64 not ARM64 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
kwong-yw committed Sep 27, 2024
1 parent bcf9799 commit e928258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install Snowflake ODBC driver
run: curl ${SNOWFLAKE_DRIVER_URL} -o snowflake_driver.deb && sudo dpkg -i snowflake_driver.deb
env:
SNOWFLAKE_DRIVER_URL: https://sfc-repo.snowflakecomputing.com/odbc/linuxaarch64/3.4.1/snowflake-odbc-3.4.1.aarch64.deb
SNOWFLAKE_DRIVER_URL: https://sfc-repo.snowflakecomputing.com/odbc/linux/3.4.1/snowflake-odbc-3.4.1.x86_64.deb
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit e928258

Please sign in to comment.