Skip to content

Commit

Permalink
Try to fix sassc bundler cache issue
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindsv committed Mar 17, 2021
1 parent 362ca40 commit b144b88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_preview.yml
Expand Up @@ -9,12 +9,11 @@ on:

env:
RUBYOPT: -W0 # needed to not print the warnings - makes the logs too big
BUNDLE_BUILD__SASSC: --disable-march-tune-native

jobs:
complete_build:
runs-on: ubuntu-latest
env:
BUNDLE_BUILD__SASSC: --disable-march-tune-native
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
Expand Down
1 change: 0 additions & 1 deletion Gemfile.lock
Expand Up @@ -208,7 +208,6 @@ PLATFORMS
x86_64-darwin-17
x86_64-darwin-18


DEPENDENCIES
bootstrap-sass
bourbon
Expand Down

0 comments on commit b144b88

Please sign in to comment.