Skip to content

Commit

Permalink
ff
Browse files Browse the repository at this point in the history
  • Loading branch information
onyb committed Jan 10, 2024
1 parent 0448a87 commit c510756
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ env:

jobs:
build:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: brew install librsvg libimagequant pkg-config
- run: sudo apt-get install -y
- run: sudo apt-get install -y librsvg2-bin libimagequant-dev pkg-config
- run: npm install -g yarn
- run: yarn --version
- run: yarn
Expand Down
5 changes: 0 additions & 5 deletions scripts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import fs from 'fs'
import fsPromises from 'fs/promises'
import os from 'os'
import path from 'path'
import { glob } from 'glob'

// NPM imports
import { Qyu } from 'qyu'
Expand Down Expand Up @@ -309,12 +308,8 @@ async function stageTokenPackage() {
// Add OFAC banned address lists
await stageOFACLists(stagingDir)

console.log("stageOFACLists done")

stagePackageJson(stagingDir)
console.log("stagePackageJson done")
stageManifest(stagingDir)
console.log("stageManifest done")
}

util.installErrorHandlers()
Expand Down

0 comments on commit c510756

Please sign in to comment.